From 4659b6eedf3b9fe30cd383be6f1b514280f29eb7 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 08 Oct 2007 21:11:52 +0000 Subject: Commited by error the file with INTLTOOL_XML_RULE svn path=/trunk/; revision=3067 --- (limited to 'boards') 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) -- cgit v0.9.1