From ac46d9262e61d7ba79d7724b0b6199b45eb3ded8 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 26 Jan 2006 14:49:48 +0000 Subject: [PATCH] symlinks for server xul git-svn-id: svn://svn.open-ils.org/ILS/trunk@2853 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 5ca7f0372e..2b519f4ed3 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -42,6 +42,11 @@ generated: (cd chrome/locale/en-US/ ; ${RETRIEVE_LANG_DTD} ); external/dtd2js.pl chrome/locale/en-US/lang.dtd > chrome/content/main/lang.js +symlinks: + ln -sf ../chrome/content/util/ server/ + ln -sf ../../chrome/content/main/constants.js server/main/constants.js + ln -sf ../../chrome/content/OpenILS/data.js server/OpenILS/data.js + open-ils: cp ../../../OpenSRF/src/javascript/*.js chrome/content/OpenSRF/ cp ../../../Open-ILS/web/opac/common/js/*.js chrome/content/OpenILS/util/ -- 2.43.2