Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-09-25 21:20:26 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-09-25 21:20:26 (GMT)
commitbf2de288b1b4ad09aa43a75f6edf42d7e97ab8ae (patch)
treed9bfa67c79650afcddba950221eb3fef39d08d18 /boards/gcompris
parentbb62b10e9c2bfbe6ec720f42ad407082c154b939 (diff)
- fixed missing config.h.mingw.in (that replaces config.h.mingw)
- added support for python plugin compilation under mingw - improved wordprocessor activity. it no more crashes and allow two styles, on for the layout, one for the color (on an idea of my daughter Clara) - This activity could be moved out of --experimental now but we are in string freeze. - Added a double switch in electricity. It is now possible to make a 2 switches corridor like circuit (va et vient in french). - config.c : fixed a double memory free on locale that crashed GC at exit time. - file_selector.c: fixed mime type loading and display. now uses gettext instead of inline xml translation. - menu.c: fixed a misplaced free that makes all board description in the database to be junk
Diffstat (limited to 'boards/gcompris')
-rw-r--r--boards/gcompris/mimetypes/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/boards/gcompris/mimetypes/Makefile.am b/boards/gcompris/mimetypes/Makefile.am
index b739aeb..36589b6 100644
--- a/boards/gcompris/mimetypes/Makefile.am
+++ b/boards/gcompris/mimetypes/Makefile.am
@@ -14,5 +14,4 @@ $(xml_DATA): %.xml: %.xml.in
sed -e "s/\(\<\)\/*_//g" $< > $@
-
-
+CLEANFILES = $(xml_DATA)