summaryrefslogtreecommitdiff
path: root/capplets/keyboard/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-03-02 11:34:36 +0100
committerraveit65 <[email protected]>2020-03-02 21:49:19 +0100
commit8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6 (patch)
tree8cb898744d817e99398ddbef57875c1a2e9b80fb /capplets/keyboard/Makefile.am
parentf46d3f68c3b22aa01e386879ff0fedfe4cad2af1 (diff)
downloadmate-control-center-8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6.tar.bz2
mate-control-center-8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6.tar.xz
Do not collect the translation for Icon
Diffstat (limited to 'capplets/keyboard/Makefile.am')
-rw-r--r--capplets/keyboard/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/Makefile.am b/capplets/keyboard/Makefile.am
index 33a4fea3..8c54ef8d 100644
--- a/capplets/keyboard/Makefile.am
+++ b/capplets/keyboard/Makefile.am
@@ -34,7 +34,7 @@ Desktop_in_files = mate-keyboard.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 --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@
mate-keyboard-properties-resources.h mate-keyboard-properties-resources.c: org.mate.mcc.keyboard.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.keyboard.gresource.xml)
$(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name keyboard $<