Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-04-15 21:23:38 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-15 21:23:38 (GMT)
commite9ae9094670a6fa2b05566e3f7c0bae82cf4c0b4 (patch)
treeb72c39d78a06ab85aad25c1e402f39f2f1299102 /Makefile.mingw.in
parent3a37d7d0c1171b8ea568dbb25dc4e87d07ebc56f (diff)
- Added py_gc_file_find_absolute() in the python bindings.
It's not needed yet but was missing anyway. svn path=/trunk/; revision=2604
Diffstat (limited to 'Makefile.mingw.in')
-rw-r--r--Makefile.mingw.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 91d4105..697540a 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -132,7 +132,7 @@ clean:
prep:
mkdir $(GCOMPRIS_INSTALL_DIR)
mkdir -p $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards
- cd boards ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
+ cd boards ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude .xvpics * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
@echo "-------------------------------------------------------------------------------"
@echo " WARNING: MAKE SURE TO HAVE RUN A MAKE INSTALL OF GCOMPRIS IN /USR/LOCAL FIRST"
@echo "-------------------------------------------------------------------------------"
@@ -146,4 +146,4 @@ prep:
@echo remove tuxpaint activity
rm -f $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards/tuxpaint.xml
@echo "Create the file gcompris-win-prepack.tar.gz"
- tar -czf gcompris-win-prepack.tar.gz win32-install-dir nsis tools
+ tar --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude .xvpics -czf gcompris-win-prepack.tar.gz win32-install-dir nsis tools