Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boards/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index 159dd15..d7f6430 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -151,11 +151,11 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
# in the file themselves. GCompris pick the translations from the po file at
# runtime.
#
-#$(xml_DATA): %.xml: %.xml.in
-# sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
+$(xml_DATA): %.xml: %.xml.in
+ sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
# Use this directive and instead of the one above to embed the translations
# in the xml files directly, this is needed for the tool gcompris2spip
-@INTLTOOL_XML_RULE@
+#@INTLTOOL_XML_RULE@
CLEANFILES = $(xml_DATA)