diff options
author | rbuj <[email protected]> | 2021-01-31 22:51:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-05 20:18:27 +0100 |
commit | 768071911a44b7460105a27192ebcc92a9af8dda (patch) | |
tree | 6d506362201c6e47da3a7d67d61349a0214d3dba /gsearchtool/data/Makefile.am | |
parent | a876b88b5b5e16031ea86b49d63b955271a671cb (diff) | |
download | mate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.bz2 mate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.xz |
i18n: Do not collect the translation for Icon
Diffstat (limited to 'gsearchtool/data/Makefile.am')
-rw-r--r-- | gsearchtool/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/data/Makefile.am b/gsearchtool/data/Makefile.am index 4651ba1b..d82251e4 100644 --- a/gsearchtool/data/Makefile.am +++ b/gsearchtool/data/Makefile.am @@ -40,7 +40,7 @@ Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop) $(Utilities_DATA): $(Utilities_in_files) if USE_NLS - $(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 $@ else $(AM_V_GEN) cp $< $@ endif |