diff options
author | rbuj <[email protected]> | 2020-03-02 11:20:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-03 11:47:21 +0100 |
commit | b222081467e85e45dd9451060c369f4fa582c870 (patch) | |
tree | ffc5d79736430e7fbadaee67e054f62482ec2032 /mate-about | |
parent | 30e154622a97c711806540f47629a96774c85848 (diff) | |
download | mate-desktop-b222081467e85e45dd9451060c369f4fa582c870.tar.bz2 mate-desktop-b222081467e85e45dd9451060c369f4fa582c870.tar.xz |
mate-about.desktop: Do not collect the translation for Icon
Diffstat (limited to 'mate-about')
-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 67a4293..e557bbe 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 |