Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/read_colors
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-08-22 22:25:38 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-08-22 22:25:38 (GMT)
commit09a1b0a58f7266379faabeba419ffdb6807ba948 (patch)
tree5262e6cac66fc275dd20eba6fa7d9df7e32c84bd /boards/read_colors
parentc6427287a3c13436404f720f411072ebea9aeeb8 (diff)
- fixed bug#352350 Some typos in the PO file
- added ukrainian flag, waiting for po file. - fixed several acivity make them work with gc_net_load_xml API they no more get their xml data file locally - fixed several activity to get their translations from gettext instead of the xml data file itself. It saves a lot of space and makes packagers happy.
Diffstat (limited to 'boards/read_colors')
-rw-r--r--boards/read_colors/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/boards/read_colors/Makefile.am b/boards/read_colors/Makefile.am
index 36f3ccf..4cb80d2 100644
--- a/boards/read_colors/Makefile.am
+++ b/boards/read_colors/Makefile.am
@@ -13,6 +13,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
$(xml_DATA): %.xml: %.xml.in
sed -e "s/\(\<\)\/*_//g" $< > $@
-
-
-
+CLEANFILES = $(xml_DATA)