summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index b643fd9..0b6b7eb 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -28,15 +28,12 @@ dicts_DATA = \
dictsdir = $(pkgdatadir)/dicts
+# rf. i18n appdata.xml
+# http://www.freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html
appdata_in_files = anthy.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdatadir=$(datadir)/appdata
-
-$(appdata_DATA): $(appdata_in_files) Makefile
- $(AM_V_GEN) sed \
- -e "s|_summary|summary|g" \
- -e "s|_description|description|g" \
- $< > $@.tmp && mv $@.tmp $@
+@INTLTOOL_XML_RULE@
CLEANFILES = $(appdata_DATA)