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-02 22:04:11 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-10-02 22:04:11 (GMT)
commit8f01c3d663c7e5baadb6c688a747c33d686934f8 (patch)
treeccb6872b634f44cec5a175e7efd1d1ce6990583b /boards
parent38408adda607dde78530ddb2938cb2a9382cf12f (diff)
cleanup, removed useless references to cairo.
svn path=/trunk/; revision=3058
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 d7f6430..159dd15 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)