diff options
author | raveit65 <[email protected]> | 2020-03-04 11:05:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-09 17:55:36 +0100 |
commit | a4cba14683c2d10a15bb498b91746c14a27ea0d9 (patch) | |
tree | c91c989079d96fe4f97c524ff76d5305e6787836 /wallpaper/Makefile.am | |
parent | 6ee50a2d8fc6e950fbffcabdc752c61015052171 (diff) | |
download | caja-extensions-a4cba14683c2d10a15bb498b91746c14a27ea0d9.tar.bz2 caja-extensions-a4cba14683c2d10a15bb498b91746c14a27ea0d9.tar.xz |
Do not collect the translation for Icon
Diffstat (limited to 'wallpaper/Makefile.am')
-rw-r--r-- | wallpaper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpaper/Makefile.am b/wallpaper/Makefile.am index 9b1dfb2..fa3f089 100644 --- a/wallpaper/Makefile.am +++ b/wallpaper/Makefile.am @@ -15,6 +15,6 @@ extensiondir = $(datadir)/caja/extensions extension_in_files = libcaja-wallpaper.caja-extension.desktop.in extension_DATA = $(extension_in_files:.caja-extension.desktop.in=.caja-extension) $(extension_DATA): $(extension_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Copyright --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Copyright --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ CLEANFILES = $(extension_DATA) |