From: phasefx Date: Wed, 20 Jun 2007 19:53:27 +0000 (+0000) Subject: a gift from miker_ to grab everything from that directory except those pesky .svn... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5961887b1060f87d9bc8098942f813c962b28e52;p=Evergreen.git a gift from miker_ to grab everything from that directory except those pesky .svn files git-svn-id: svn://svn.open-ils.org/ILS/trunk@7459 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index e48035ad51..29ea987334 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -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: