[open-ils-commits] r12163 - branches/staff-client-experiment/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 12 14:56:29 EST 2009


Author: phasefx
Date: 2009-02-12 14:56:21 -0500 (Thu, 12 Feb 2009)
New Revision: 12163

Modified:
   branches/staff-client-experiment/Open-ILS/xul/staff_client/Makefile.am
Log:
tar up the staff client build/ for easy relocation

Modified: branches/staff-client-experiment/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- branches/staff-client-experiment/Open-ILS/xul/staff_client/Makefile.am	2009-02-12 19:25:37 UTC (rev 12162)
+++ branches/staff-client-experiment/Open-ILS/xul/staff_client/Makefile.am	2009-02-12 19:56:21 UTC (rev 12163)
@@ -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