LP#1312309: Initial changes to web Makefile to avoid copying JSPAC files
authorBen Shum <bshum@biblio.org>
Tue, 18 Aug 2015 15:26:09 +0000 (11:26 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 19 Aug 2015 17:04:52 +0000 (13:04 -0400)
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 <bshum@biblio.org>
Open-ILS/web/Makefile.am

index d49719d..98f82da 100644 (file)
@@ -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";