Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/Makefile.am
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-04-23 20:34:46 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-23 20:34:46 (GMT)
commite1e9a6db565841b43445f110da711b15b88546c6 (patch)
treed84c9e3642416764a49c1bee7b0673371867cd77 /boards/Makefile.am
parentc9a12fac2855bd012eeee9876c42bfbf6b1076b5 (diff)
Arabic (Tunisia) sounds are made by Makni Bassem <maknibassem on gmail dot com>
Released under GPL. svn path=/trunk/; revision=2617
Diffstat (limited to 'boards/Makefile.am')
-rw-r--r--boards/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index aaf6f4a..81c2c4e 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -105,7 +105,6 @@ xml_in_files = \
money.xml.in \
mosaic.xml.in \
mouse.xml.in \
- mypaint.xml.in \
numeration.xml.in \
oscar_and_friends.xml.in \
paintings.xml.in \
@@ -141,7 +140,6 @@ xml_in_files = \
xml_DATA = $(xml_in_files:.xml.in=.xml)
-#
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
# in the file themselves. GCompris pick the translations from the po file at
# runtime.
@@ -149,4 +147,8 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
$(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@
+
CLEANFILES = $(xml_DATA)