From: Jason Stephenson Date: Sat, 14 Jan 2017 18:00:45 +0000 (-0500) Subject: LP 1656549: Remove Makefile, Makefile.in, Makefile.am X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9a932a0290e8c6d37c4582e58887c5ad2086fec1;p=Evergreen.git LP 1656549: Remove Makefile, Makefile.in, Makefile.am This commit adds a line to Open-ILS/web/Makefile.am to delete the Makefile, Makefile.in, and Makefile.am that are copied to the destination WEBDIR. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 98f82da534..45b324c804 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -49,6 +49,7 @@ webcore-install: rm -f $(DESTDIR)$(reportsdir)/fm_IDL.xml cp $(DESTDIR)@sysconfdir@/fm_IDL.xml $(DESTDIR)$(WEBDIR)/reports/ cp -r @top_srcdir@/Open-ILS/web/. $(DESTDIR)$(WEBDIR) + rm -f $(DESTDIR)$(WEBDIR)/Makefile* cp @top_srcdir@/Open-ILS/xsl/*.xsl $(opacextrasdir) cp @top_srcdir@/Open-ILS/xsl/*.xsl $(DESTDIR)$(XSLDIR)