From 01027ded8c8e9451d0dd34cd0b34db07462a352b Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 2 Mar 2020 10:03:36 +0100 Subject: Do not collect the translation for Icon --- mate-panel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/Makefile.am') diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am index 91edecf1..0c641583 100644 --- a/mate-panel/Makefile.am +++ b/mate-panel/Makefile.am @@ -291,7 +291,7 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-panel.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) $(desktop_DATA): $(desktop_in_files) - $(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 $@ EXTRA_DIST = \ $(ui_FILES) \ -- cgit v1.2.1