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-25 21:40:57 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-25 21:40:57 (GMT)
commited8229075e762c7b5bbaec6d2f67442c30efc8b9 (patch)
treecebe1449697bd7511c1ee0bd8ecf1fbeb57b1618 /boards/Makefile.am
parentaa4d77a64b42de5511ad89ceb1c7b1e8fb0fd248 (diff)
Fixed missing macosx reverted website mode
* Makefile.am: Fixed missing macosx * boards/Makefile.am: reverted website mode svn path=/trunk/; revision=2621
Diffstat (limited to 'boards/Makefile.am')
-rw-r--r--boards/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index ea6dbb7..81c2c4e 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -144,11 +144,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)