a gift from miker_ to grab everything from that directory except those pesky .svn...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jun 2007 19:53:27 +0000 (19:53 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jun 2007 19:53:27 +0000 (19:53 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7459 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/Makefile

index e48035a..29ea987 100644 (file)
@@ -54,10 +54,7 @@ build_dir:
        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 
-       cp ../../../Evergreen/xul/staff_client/server/patron/ue_config.js build/server/patron/
-       cp ../../../Evergreen/xul/staff_client/server/patron/ue.js build/server/patron/
-       cp ../../../Evergreen/xul/staff_client/server/patron/ue_ui.js build/server/patron/
-       cp ../../../Evergreen/xul/staff_client/server/patron/ue.xhtml build/server/patron/
+       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: