diff options
author | rbuj <[email protected]> | 2020-03-02 10:03:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-02 18:00:37 +0100 |
commit | 6749f0b63fbbb49f15b2591e37a24e2199897d03 (patch) | |
tree | 21587029ad12563639f39c6d1819227dcd2336e5 /applets/wncklet/Makefile.am | |
parent | c5bf4ab2b96081d2e41c0b939df525e969fcd147 (diff) | |
download | mate-panel-6749f0b63fbbb49f15b2591e37a24e2199897d03.tar.bz2 mate-panel-6749f0b63fbbb49f15b2591e37a24e2199897d03.tar.xz |
Do not collect the translation for Icon
Diffstat (limited to 'applets/wncklet/Makefile.am')
-rw-r--r-- | applets/wncklet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am index 19923878..b933f81b 100644 --- a/applets/wncklet/Makefile.am +++ b/applets/wncklet/Makefile.am @@ -60,7 +60,7 @@ $(applet_in_files): $(applet_in_files).in Makefile $< > $@ $(applet_DATA): $(applet_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ if !WNCKLET_INPROCESS servicedir = $(datadir)/dbus-1/services |