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 --- applets/notification_area/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/notification_area') diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am index f7b68110..539db550 100644 --- a/applets/notification_area/Makefile.am +++ b/applets/notification_area/Makefile.am @@ -74,7 +74,7 @@ applet_in_files = org.mate.panel.NotificationAreaApplet.mate-panel-applet.deskto applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) $(applet_DATA): $(applet_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ $(applet_in_files): $(applet_in_files).in Makefile $(AM_V_GEN)sed \ -- cgit v1.2.1