Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-25 15:58:23 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-25 15:58:23 (GMT)
commit233b7aed05ae354c64581f4cb955821fc15705ad (patch)
treec9919335f3d089eb47202545a3a43689ab5809a8
parentcd80ce3bef4498827febf43821a166010ee9df4a (diff)
Better make clean in Makefile.mingw.in.
-rw-r--r--Makefile.mingw.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index a635237..645e45f 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -126,6 +126,8 @@ clean: Makefile.mingw
$(MAKE) -C $(GCOMPRIS_BOARDS) -f Makefile.mingw clean
rm -rf config.h
rm -rf gcompris*.exe
+ rm -f gcompris-installer.nsi
+ rm -f nsis_translations.desktop
#
# Run this on Linux to prepare datadir for windows
@@ -150,4 +152,4 @@ prep: Makefile.mingw
find $(GCOMPRIS_INSTALL_DIR) -name "Makefile*" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*.in" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*~" -exec rm -f {} \;
- cp -r tools Makefile.mingw config.h.mingw $(GCOMPRIS_INSTALL_DIR)
+