From 1438fc157ef1646af33adf7dcf6ca8773d5935f5 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 2 Mar 2020 11:34:36 +0100 Subject: Do not collect the translation for Icon --- capplets/about-me/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/about-me') diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 4c72622e..e9a9ebf4 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -35,7 +35,7 @@ mate_about_me_LDFLAGS = -export-dynamic desktopdir = $(datadir)/applications 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 --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ include $(top_srcdir)/gla11y.mk -- cgit v1.2.1