From 55f9c01cb8304a19633fb31f6ca63dffbe78a5f3 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 22 Feb 2007 19:37:24 +0000 Subject: [PATCH] not copying old reporter configs and templates, leaving build target for now git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6999 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index dbe653f4d0..1103c5f47f 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -136,12 +136,12 @@ perl-install: reporter-install: @echo $@ - @echo "Installing Reporter templates to $(REPORTERDIR) and example configs to $(ETCDIR)" - cp reporter/report_base.example.xml $(ETCDIR)/reporter.example.xml - cp reporter/tables.example.xml $(ETCDIR) - cp reporter/widgets.example.xml $(ETCDIR) - mkdir -p $(REPORTERDIR) - cp -r reporter/templates/* $(REPORTERDIR) +# @echo "Installing Reporter templates to $(REPORTERDIR) and example configs to $(ETCDIR)" +# cp reporter/report_base.example.xml $(ETCDIR)/reporter.example.xml +# cp reporter/tables.example.xml $(ETCDIR) +# cp reporter/widgets.example.xml $(ETCDIR) +# mkdir -p $(REPORTERDIR) +# cp -r reporter/templates/* $(REPORTERDIR) # ----------------------------------------------------------------------------------- offline-install: -- 2.11.0