Print

Print


Commit in LCDetectors on MAIN
Makefile+61.5 -> 1.6


LCDetectors
Makefile 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- Makefile	5 Sep 2006 19:08:23 -0000	1.5
+++ Makefile	6 Sep 2006 18:21:09 -0000	1.6
@@ -26,6 +26,9 @@
 lcdd_all:
 	@cd detectors && ./make_all_lcdd.sh
 
+heprep_all:
+	@cd detectors && ./make_all_heprep.sh
+
 zip_all:
 	@cd detectors && ./make_zips.sh
 
@@ -44,6 +47,9 @@
 lcdd:
 	@cd detectors && ./make_lcdd.sh $(DETECTOR)
 
+heprep:
+	@cd detectors && ./make_heprep.sh $(DETECTOR)
+
 cvs_commit:
 	@if [ -d detectors/$(DETECTOR) ]; then cd detectors/$(DETECTOR) && cvs commit -m "Updates to $(DETECTOR) detector."; fi
 
CVSspam 0.2.8