From b44b8d5ac66d757858c5a48f924886bcb3a3e59f Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 6 Oct 2008 21:52:00 +0000 Subject: [PATCH] And actually build the list of supported locales, mmkay? git-svn-id: svn://svn.open-ils.org/ILS/trunk@10768 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/autogen.sh b/Open-ILS/src/extras/autogen.sh index 381e84fb9e..d791441aec 100755 --- a/Open-ILS/src/extras/autogen.sh +++ b/Open-ILS/src/extras/autogen.sh @@ -82,10 +82,13 @@ perl fieldmapper.pl "$CONFIG" "web_core" > "$JSDIR/fmcore.js"; echo "Updating OrgTree"; perl org_tree_js.pl "$CONFIG" > "$JSDIR/OrgTree.js"; +cp "$JSDIR/OrgTree.js" "$FMDOJODIR/" echo "Updating OrgTree HTML"; perl org_tree_html_options.pl "$CONFIG" "$SLIMPACDIR/lib_list.inc"; -cp "$JSDIR/OrgTree.js" "$FMDOJODIR/" + +echo "Updating locales selection HTML"; +perl locale_html_options.pl "$CONFIG" "$SLIMPACDIR/locales.inc"; echo "Updating Search Groups"; perl org_lasso_js.pl "$CONFIG" > "$JSDIR/OrgLasso.js"; -- 2.43.2