diff options
author | rbuj <[email protected]> | 2020-03-02 11:20:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-03 11:48:39 +0100 |
commit | bc2e7d5cc0f0e96944792914f11c0faebdb1fe67 (patch) | |
tree | e75e0e491fb7a280e04b588ff4559fe40ee4105d | |
parent | 8bc0c31955b1ccff50c8bb0a1a8ef548f680bad2 (diff) | |
download | mate-desktop-bc2e7d5cc0f0e96944792914f11c0faebdb1fe67.tar.bz2 mate-desktop-bc2e7d5cc0f0e96944792914f11c0faebdb1fe67.tar.xz |
mate-about.desktop: Do not collect the translation for Icon
-rw-r--r-- | mate-about/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 85d763c..54b15c4 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -13,7 +13,7 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) mate-about.desktop: mate-about.desktop.in - $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN)$(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --template $< -d $(top_srcdir)/po -o $@ versiondir = $(datadir)/mate-about version_DATA = mate-version.xml |