From db20b8e85bbd06cfbb7cc8853b3271916900b074 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 21 Sep 2008 02:18:36 +0000 Subject: [PATCH] Oops, didn't realize the Makefile was no longer under version control. Copy the bindings.xml file from chrome to server/ for xhtml files using messagecatalog git-svn-id: svn://svn.open-ils.org/ILS/trunk@10661 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index ab6d28b6a8..e2afd5c4d2 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -25,6 +25,7 @@ build_dir: cp -R build/chrome/content/auth/ build/server/ cp build/chrome/content/main/constants.js build/server/main/constants.js cp build/chrome/content/main/simple_auth.xul build/server/main/simple_auth.xul + cp build/chrome/content/main/bindings.xml build/server/main/bindings.xml 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 external/prune_dirs.sh build/ -- 2.43.2