let's fix the staff client Makefile in this branch too
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jun 2007 02:22:38 +0000 (02:22 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jun 2007 02:22:38 +0000 (02:22 +0000)
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

index c6e70cd..29ea987 100644 (file)
@@ -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: