diff options
author | rbuj <[email protected]> | 2020-03-02 11:34:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-02 21:49:19 +0100 |
commit | 8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6 (patch) | |
tree | 8cb898744d817e99398ddbef57875c1a2e9b80fb /shell | |
parent | f46d3f68c3b22aa01e386879ff0fedfe4cad2af1 (diff) | |
download | mate-control-center-8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6.tar.bz2 mate-control-center-8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6.tar.xz |
Do not collect the translation for Icon
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 15447108..77d1c1ac 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -21,7 +21,7 @@ sysdir = $(datadir)/applications sys_in_files = matecc.desktop.in sys_DATA = $(sys_in_files:.desktop.in=.desktop) $(sys_DATA): $(sys_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ directorydir = $(datadir)/desktop-directories directory_in_files = matecc.directory.desktop.in |