[open-ils-commits] r12255 - trunk/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Feb 21 20:08:58 EST 2009


Author: phasefx
Date: 2009-02-21 20:08:58 -0500 (Sat, 21 Feb 2009)
New Revision: 12255

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
backporting from staff-client-experiment: tar up the build/ directory for convenience

Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2009-02-22 01:07:49 UTC (rev 12254)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2009-02-22 01:08:58 UTC (rev 12255)
@@ -10,7 +10,7 @@
 
 install-exec-local: build
 
-build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp
+build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp bundle
 	@echo To test the staff client:
 	@echo "  cd build/"
 	@echo "  xulrunner application.ini"
@@ -58,6 +58,10 @@
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.js' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xml' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 
+bundle:
+	@tar cvf build.tar build/
+	@mv build.tar build/
+
 generated:
 	@echo ' * Grabbing lang.dtd from the OPAC code '
 	@cp @top_srcdir@/Open-ILS/web/opac/locale/en-US/lang.dtd build/chrome/locale/en-US/



More information about the open-ils-commits mailing list