not copying old reporter configs and templates, leaving build target for now
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Feb 2007 19:37:24 +0000 (19:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Feb 2007 19:37:24 +0000 (19:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6999 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/Makefile

index dbe653f..1103c5f 100644 (file)
@@ -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: