From 22658fa429e5a4eedab99efc68e36261413d63ad Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 12 Mar 2007 00:36:04 +0000 Subject: [PATCH] added the logo-copying logic git-svn-id: svn://svn.open-ils.org/ILS/trunk@7058 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Evergreen/Makefile b/Evergreen/Makefile index e326d715e3..b636fde374 100644 --- a/Evergreen/Makefile +++ b/Evergreen/Makefile @@ -9,8 +9,7 @@ NEW_XUL_PACKAGE_LABEL=OpenILS # A kludge until we move the generic parts of the staff client to Open-ILS all: xul - -install: circ-install iplist-install perl-install +install: circ-install iplist-install perl-install web-install xul: @echo $@ @@ -41,6 +40,10 @@ iplist-install: mkdir -p $(ETCDIR) cp conf/lib_ips.txt $(ETCDIR) +web-install: + @echo $@ + cp web/opac/images/* $(WEBDIR)/opac/images/ + clean: if [ -d local_staff_client ]; then make -C local_staff_client clean; fi; -- 2.11.0