[Tux4kids-commits] r54 - in tuxmath/trunk: . nsis

dbruce at alioth.debian.org dbruce at alioth.debian.org
Thu Mar 8 21:20:42 CET 2007


Author: dbruce
Date: 2006-10-17 20:36:09 +0000 (Tue, 17 Oct 2006)
New Revision: 54

Modified:
   tuxmath/trunk/Makefile.am
   tuxmath/trunk/nsis/tuxmath.nsi
Log:
line added to Makefile.am install-nsi-local target to copy executable to 
mingw32 as part of build process


Modified: tuxmath/trunk/Makefile.am
===================================================================
--- tuxmath/trunk/Makefile.am	2006-10-17 19:23:37 UTC (rev 53)
+++ tuxmath/trunk/Makefile.am	2006-10-17 20:36:09 UTC (rev 54)
@@ -45,7 +45,8 @@
 	$(INSTALL) -d $(top_srcdir)/$(NSI_INSTALL_DIR)/$(PACKAGE_DATA_DIR);
 	(cd $(top_srcdir)/$(PACKAGE_DATA_DIR) ; tar cf -  --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude \ "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "1[1-9].ogg"  --exclude "2?.ogg" --exclude "*.svn*" * ) \
          | ( cd $(top_srcdir)/$(NSI_INSTALL_DIR)/$(PACKAGE_DATA_DIR) ; tar xf -) ; \
-	cp $(NSI_DLL_DIR)/*.dll $(top_srcdir)/$(NSI_INSTALL_DIR)
+	cp $(NSI_DLL_DIR)/*.dll $(top_srcdir)/$(NSI_INSTALL_DIR) ; \
+        cp $(SUBDIRS)/*.exe $(top_srcdir)/$(NSI_INSTALL_DIR) ;
 
 install-nsi-am: install-nsi-local
 

Modified: tuxmath/trunk/nsis/tuxmath.nsi
===================================================================
--- tuxmath/trunk/nsis/tuxmath.nsi	2006-10-17 19:23:37 UTC (rev 53)
+++ tuxmath/trunk/nsis/tuxmath.nsi	2006-10-17 20:36:09 UTC (rev 54)
@@ -2,7 +2,7 @@
 # with a few tiny modifications by Phil Harper(philh at theopencd.org)
 # modified for tuxmath by Yves Combe (yves at ycombe.net)
 
-!define PKG_VERSION "0.96"
+!define PKG_VERSION "0.98"
 !define PKG_PREFIX  "tuxmath"
 
 !define APP_PREFIX  "TuxMath"




More information about the Tux4kids-commits mailing list