From fa7c41fc95f82853f3c3fb43dd33703ba996b882 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 28 Oct 2008 23:07:09 +0000 Subject: configure fixes and cleanup by Yavor Doganov. It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586 --- (limited to 'boards') diff --git a/boards/babymatch/Makefile.am b/boards/babymatch/Makefile.am index d254c4c..935d8d7 100644 --- a/boards/babymatch/Makefile.am +++ b/boards/babymatch/Makefile.am @@ -20,6 +20,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/babyshapes/Makefile.am b/boards/babyshapes/Makefile.am index c6e9d61..c9b14e1 100644 --- a/boards/babyshapes/Makefile.am +++ b/boards/babyshapes/Makefile.am @@ -25,6 +25,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/chronos/Makefile.am b/boards/chronos/Makefile.am index fcc0f28..8fb15e4 100644 --- a/boards/chronos/Makefile.am +++ b/boards/chronos/Makefile.am @@ -26,6 +26,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/doubleentry/Makefile.am b/boards/doubleentry/Makefile.am index 95151fd..bcd9fc0 100644 --- a/boards/doubleentry/Makefile.am +++ b/boards/doubleentry/Makefile.am @@ -16,6 +16,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/geography/Makefile.am b/boards/geography/Makefile.am index c307ec2..ad73f99 100644 --- a/boards/geography/Makefile.am +++ b/boards/geography/Makefile.am @@ -21,6 +21,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/geography_country/Makefile.am b/boards/geography_country/Makefile.am index c23b67d..a7d9c4d 100644 --- a/boards/geography_country/Makefile.am +++ b/boards/geography_country/Makefile.am @@ -24,6 +24,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/imagename/Makefile.am b/boards/imagename/Makefile.am index d16ee4a..0c0d581 100644 --- a/boards/imagename/Makefile.am +++ b/boards/imagename/Makefile.am @@ -19,6 +19,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) diff --git a/boards/mosaic.xml.in b/boards/mosaic.xml.in index 716f922..dc315e3 100644 --- a/boards/mosaic.xml.in +++ b/boards/mosaic.xml.in @@ -12,7 +12,7 @@ <_description >Rebuild the mosaic <_prerequisite> <_goal> - <_manual>Rebuild the left mosaic on the right area. Then, select a color in the bottom area and click on grey boxes to paint them. + <_manual>Rebuild the left mosaic on the right area. Select a color in the bottom area and click on grey boxes to paint them. <_credit> diff --git a/boards/paintings/Makefile.am b/boards/paintings/Makefile.am index 13fd083..34124d7 100644 --- a/boards/paintings/Makefile.am +++ b/boards/paintings/Makefile.am @@ -20,6 +20,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) $(xml_DATA): %.xml: %.xml.in sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@ - - - +CLEANFILES = $(xml_DATA) -- cgit v0.9.1