summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-17 14:26:09 +0100
committerraveit65 <[email protected]>2022-07-21 19:33:50 +0200
commit0ea6365f43b3ae46f7069f441f9865172d82c046 (patch)
treec57718aa1dad44ac7f42b6379bbb16a25a0a2fbe
parent9eed649ff54c423d45bd4eeb97a01347d0c8d44d (diff)
downloadcaja-0ea6365f43b3ae46f7069f441f9865172d82c046.tar.bz2
caja-0ea6365f43b3ae46f7069f441f9865172d82c046.tar.xz
i18n: Fix fetching all keywords on desktop files
-rw-r--r--data/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index cde6a0e4..e0a42fa5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,11 +19,11 @@ desktop_DATA = \
desktop_in_files = $(desktop_DATA:.desktop=.desktop.in)
desktop_in_in_files = $(desktop_DATA:.desktop=.desktop.in.in)
%.desktop.in: %.desktop.in.in
+ $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@
+%.desktop: %.desktop.in
$(AM_V_GEN) GETTEXTDATADIR=$(top_srcdir) $(MSGFMT) --desktop \
- --keyword --keyword=Name --keyword=GenericName --keyword=Comment --keyword=Keywords \
+ --keyword= --keyword=Name --keyword=GenericName --keyword=Comment --keyword=Keywords \
--template $< -d $(top_srcdir)/po -o $@
-%.desktop: %.desktop.in
- $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@
mimedir = $(datadir)/mime/packages
mime_DATA = $(xml_files)