From d3ad8834dc4cc0c29a2a130d5240424ae4ec277e Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 18 Aug 2015 11:26:09 -0400 Subject: [PATCH] LP#1312309: Initial changes to web Makefile to avoid copying JSPAC files In Open-ILS/web/Makefile.am, we were copying in some files for JSPAC. Because we're in the process of removing these files, this broke the installation process for make install step of the README. Remove the loop for now, probably more cleanup required here. Signed-off-by: Ben Shum --- Open-ILS/web/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index d49719d535..98f82da534 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -51,9 +51,6 @@ webcore-install: cp -r @top_srcdir@/Open-ILS/web/. $(DESTDIR)$(WEBDIR) cp @top_srcdir@/Open-ILS/xsl/*.xsl $(opacextrasdir) cp @top_srcdir@/Open-ILS/xsl/*.xsl $(DESTDIR)$(XSLDIR) - for i in mresult.xml rresult.xml rdetail.xml advanced.xml myopac.xml cnbrowse.xml authbrowse.xml; do \ - cd $(DESTDIR)$(WEBDIR)/opac/skin/default/xml/ && rm -f $$i && $(LN_S) index.xml $$i; \ - done offline-install: @echo "Installing offline CGIs to $(CGIDIR)/offline"; -- 2.11.0