From d4448b31015c216474588b1f012abcb17fc6ccf3 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 26 Jul 2005 23:27:13 +0000 Subject: [PATCH] moved over some targets git-svn-id: svn://svn.open-ils.org/ILS/trunk@1521 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 9eb199673a..ad30e0a685 100755 --- a/install.sh +++ b/install.sh @@ -184,10 +184,7 @@ function runInstall { ;; "openils_web" ) - if installing; then - $MAKE -C "$OPENILSDIR" "javascript-install"; - $MAKE -C "$OPENILSDIR" "web-templates-install"; - fi; + if installing; then $MAKE -C "$OPENILSDIR" "web-install"; fi; ;; "openils_marcdumper" ) @@ -207,6 +204,7 @@ function runInstall { "evergreen_core" ) if installing; then $MAKE -C "$EVERGREENDIR" "images-install"; fi; if installing; then $MAKE -C "$EVERGREENDIR" "circ-install"; fi; + if installing; then $MAKE -C "$EVERGREENDIR" "css-install"; fi; ;; "evergreen_xul_client" ) -- 2.43.2