From 8f01c3d663c7e5baadb6c688a747c33d686934f8 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 02 Oct 2007 22:04:11 +0000 Subject: cleanup, removed useless references to cairo. svn path=/trunk/; revision=3058 --- (limited to 'boards') 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) -- cgit v0.9.1