From 9a932a0290e8c6d37c4582e58887c5ad2086fec1 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 14 Jan 2017 13:00:45 -0500 Subject: [PATCH] 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 --- Open-ILS/web/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.43.2