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>2008-10-28 23:07:09 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-10-28 23:07:09 (GMT)
commitfa7c41fc95f82853f3c3fb43dd33703ba996b882 (patch)
tree55e1e11ffaeeea5489d8df29aa3164f0bea3c476 /boards
parentcaa59c5d23d1e98805857ed18e747e2484cb910d (diff)
configure fixes and cleanup by Yavor Doganov.
It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
Diffstat (limited to 'boards')
-rw-r--r--boards/babymatch/Makefile.am4
-rw-r--r--boards/babyshapes/Makefile.am4
-rw-r--r--boards/chronos/Makefile.am4
-rw-r--r--boards/doubleentry/Makefile.am4
-rw-r--r--boards/geography/Makefile.am4
-rw-r--r--boards/geography_country/Makefile.am4
-rw-r--r--boards/imagename/Makefile.am4
-rw-r--r--boards/mosaic.xml.in2
-rw-r--r--boards/paintings/Makefile.am4
9 files changed, 9 insertions, 25 deletions
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</_description>
<_prerequisite></_prerequisite>
<_goal></_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>
+ <_manual>Rebuild the left mosaic on the right area. Select a color in the bottom area and click on grey boxes to paint them.</_manual>
<_credit></_credit>
</Board>
<Data directory=""/>
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)