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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 12 16:03:23 EDT 2009


Author: phasefx
Date: 2009-06-12 16:03:19 -0400 (Fri, 12 Jun 2009)
New Revision: 13381

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
make it so 'bundle' must be targeted specifically, otherwise folks might accidentally include build.tar if they package the client into an installer.  It's a dev convenience thing for me

Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2009-06-12 19:12:01 UTC (rev 13380)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2009-06-12 20:03:19 UTC (rev 13381)
@@ -10,7 +10,7 @@
 
 install-exec-local: build
 
-build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp bundle
+build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp 
 	@echo To test the staff client:
 	@echo "  cd build/"
 	@echo "  xulrunner application.ini"



More information about the open-ils-commits mailing list