From e3880273d19dc09127e966fe41b4f8e826c7f70a Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 21 Jun 2007 02:22:38 +0000 Subject: [PATCH] let's fix the staff client Makefile in this branch too git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7460 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index c6e70cdfb0..29ea987334 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -53,6 +53,8 @@ build_dir: 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: -- 2.11.0