[open-ils-commits] r7485 -
branches/rel_1_0_6/Open-ILS/xul/staff_client
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 27 22:05:11 EDT 2007
Author: phasefx
Date: 2007-06-27 22:02:22 -0400 (Wed, 27 Jun 2007)
New Revision: 7485
Modified:
branches/rel_1_0_6/Open-ILS/xul/staff_client/Makefile
Log:
un-borked Makefile for patron editor
Modified: branches/rel_1_0_6/Open-ILS/xul/staff_client/Makefile
===================================================================
--- branches/rel_1_0_6/Open-ILS/xul/staff_client/Makefile 2007-06-28 01:56:20 UTC (rev 7484)
+++ branches/rel_1_0_6/Open-ILS/xul/staff_client/Makefile 2007-06-28 02:02:22 UTC (rev 7485)
@@ -53,6 +53,8 @@
cp build/chrome/content/main/simple_auth.xul build/server/main/simple_auth.xul
cp build/chrome/content/OpenILS/data.js build/server/OpenILS/data.js
cp build/chrome/content/OpenILS/global_util.js build/server/OpenILS/global_util.js
+ @echo
+ for i in `cd ../../../Evergreen/xul/staff_client/server/ && find -type f |grep -v \.svn`; do echo ../../../Evergreen/xul/staff_client/server/$i build/$i; done
external/prune_dirs.sh build/
stamp:
More information about the open-ils-commits
mailing list