[Commits] r2761 - sandbox/gxm/geoext/gxm/build

commits at geoext.org commits at geoext.org
Wed Jul 20 15:48:56 CEST 2011


Author: marcjansen
Date: 2011-07-20 15:48:56 +0200 (Wed, 20 Jul 2011)
New Revision: 2761

Modified:
   sandbox/gxm/geoext/gxm/build/Makefile
   sandbox/gxm/geoext/gxm/build/full.cfg
Log:
[gxm] fix build-process

Modified: sandbox/gxm/geoext/gxm/build/Makefile
===================================================================
--- sandbox/gxm/geoext/gxm/build/Makefile	2011-07-20 13:23:58 UTC (rev 2760)
+++ sandbox/gxm/geoext/gxm/build/Makefile	2011-07-20 13:48:56 UTC (rev 2761)
@@ -6,8 +6,9 @@
 TGZ_NAME = $(LIB_NAME)-$(VERSION).tar.gz
 TODAY = $(shell date +'%Y%m%d')
 DATE = $(shell date +'%Y-%m-%d %H:%M:%S')
+NIGHTLY = $(LIB_NAME)-$(TODAY)
 
-.PHONEY: help lib zip tgz release clean
+.PHONEY: help lib zip tgz release nightly clean
 
 help: 
 	@echo
@@ -51,7 +52,7 @@
 release: clean lib zip tgz
 
 nightly: release
-	mkdir -p ../$(LIB_NAME)-$(TODAY)
+	mkdir -p ../$(NIGHTLY)
 	cp $(ZIP_NAME) ../$(LIB_NAME)-$(TODAY)
 	cp $(TGZ_NAME) ../$(LIB_NAME)-$(TODAY)
 	make clean

Modified: sandbox/gxm/geoext/gxm/build/full.cfg
===================================================================
--- sandbox/gxm/geoext/gxm/build/full.cfg	2011-07-20 13:23:58 UTC (rev 2760)
+++ sandbox/gxm/geoext/gxm/build/full.cfg	2011-07-20 13:48:56 UTC (rev 2761)
@@ -2,6 +2,7 @@
 # like Renderers and Formats.
 
 [first]
+GXM/SingleFile.js
 GXM.loader.js
 
 [last]



More information about the Commits mailing list