Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-10-08 21:11:52 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-10-08 21:11:52 (GMT)
commit4659b6eedf3b9fe30cd383be6f1b514280f29eb7 (patch)
tree00b81c382057c70cca58fe43414a21c285cf9cf1 /boards
parent6cfc9ac3a646e1e19ca59eafbeb09bef1143d74c (diff)
Commited by error the file with INTLTOOL_XML_RULE
svn path=/trunk/; revision=3067
Diffstat (limited to 'boards')
-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)