From: phasefx Date: Thu, 21 Jun 2007 02:22:38 +0000 (+0000) Subject: let's fix the staff client Makefile in this branch too X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e3880273d19dc09127e966fe41b4f8e826c7f70a;p=Evergreen.git 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 --- 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: