[Commits] r2438 - core/trunk/geoext/build
commits at geoext.org
commits at geoext.org
Sat Oct 9 18:36:47 CEST 2010
Author: ahocevar
Date: 2010-10-09 18:36:47 +0200 (Sat, 09 Oct 2010)
New Revision: 2438
Modified:
core/trunk/geoext/build/Makefile
Log:
added undocumented release task to be called from paver
Modified: core/trunk/geoext/build/Makefile
===================================================================
--- core/trunk/geoext/build/Makefile 2010-10-08 13:07:00 UTC (rev 2437)
+++ core/trunk/geoext/build/Makefile 2010-10-09 16:36:47 UTC (rev 2438)
@@ -42,8 +42,12 @@
sed -i.bak "s/\.\.\/lib\/GeoExt\.js/\.\.\/script\/GeoExt\.js/g" $${file} ; \
sed -i.bak "s/geoext-all-debug\.css/geoext-all\.css/g" $${file} ; \
rm $${file}.bak ; \
- done ;
+ done ;
+docs:
+ mkdir -p $(LIB_NAME)/docs
+ cp -Rf ../../../www/* $(LIB_NAME)/docs
+
lib:
@echo "Building the library."
mkdir -p $(LIB_NAME)/script $(LIB_NAME)/resources/css
@@ -70,3 +74,5 @@
zip $(ZIP_NAME) -r $(LIB_NAME)
dist: examples zip
+
+release: examples docs zip
More information about the Commits
mailing list