From: Ben Shum Date: Tue, 18 Aug 2015 15:26:09 +0000 (-0400) Subject: LP#1312309: Initial changes to web Makefile to avoid copying JSPAC files X-Git-Tag: sprint4-merge-nov22~1205 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f7133d6a32b75833e53fe6bcbfc829fc98cc110;p=working%2FEvergreen.git 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 --- 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";