From 52f1b7316ace5d13f374c7e603855601828b0410 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 2 Dec 2005 16:43:06 +0000 Subject: [PATCH] copy lang.dtd git-svn-id: svn://svn.open-ils.org/ILS/trunk@2161 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 383d608d3a..444ac268ec 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -5,6 +5,7 @@ BUILD=2005072719 RETRIEVE_FM_ALL=wget -N http://dev.gapines.org/opac/common/js/fmall.js RETRIEVE_CLIENT_CONFIG=cp ../../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . +RETRIEVE_LANG_DTD=cp ../../../../../../web/opac/locale/en-US/lang.dtd . MOZILLA_SPECIAL_RESOURCE=/home/phasefx/work/mozilla/dist/bin/res/dtd all: build package @@ -39,6 +40,7 @@ generated: @echo These things are installation specific. The staff client is the last thing you should try to build. (cd chrome/content/evergreen/conf ; ${RETRIEVE_CLIENT_CONFIG} ); (cd chrome/content/evergreen/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); + (cd chrome/locale/en-US/evergreen/ ; ${RETRIEVE_LANG_DTD} ); open-ils: cp ../../../OpenSRF/src/javascript/*.js chrome/content/evergreen/OpenSRF/ -- 2.43.2