From: dbs Date: Mon, 6 Oct 2008 21:52:00 +0000 (+0000) Subject: And actually build the list of supported locales, mmkay? X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b44b8d5ac66d757858c5a48f924886bcb3a3e59f;p=Evergreen.git 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 --- 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";