Commit in LCDetectors on MAIN
Makefile+12-91.2 -> 1.3


LCDetectors
Makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- Makefile	29 Aug 2006 21:06:06 -0000	1.2
+++ Makefile	29 Aug 2006 23:24:10 -0000	1.3
@@ -3,9 +3,9 @@
 # build shell scripts.
 #
 
-update_www: taglist detectors_update
+update_www: taglist update
 
-build_all: cvs_update detectors_lcdd detectors_zip 
+build_all: cvs_update lcdd_all zip_all
 
 taglist:
 	cd detectors && ./make_taglist.sh
@@ -16,26 +16,29 @@
 cvs_update:
 	cd detectors && cvs update -d
 
-detectors_update:
+update_all:
 	cd detectors && ./update_detectors.sh
 
-detectors_lcdd:
+lcdd_all:
 	cd detectors && ./make_all_lcdd.sh
 
-detectors_zip:
+zip_all:
 	cd detectors && ./make_zips.sh
 
 ifdef DETECTOR
 
-detector_update:
+build: detector_lcdd detector_zip 
+
+update:
 	cd detectors && ./update_detector.sh $(DETECTOR)
 
-detector_zip:
+zip:
 	cd detectors && ./make_detector_zip.sh $(DETECTOR)
 
-detector_lcdd:
+lcdd:
 	cd detectors && ./make_lcdd.sh $(DETECTOR)
 
-build_detector: detector_lcdd detector_zip 
+cvs_commit:
+    if [ -d detectors/$(DETECTOR) ]; then cd detectors/$(DETECTOR) && cvs commit -m "Updates to $(DETECTOR) detector."; fi
 
 endif
CVSspam 0.2.8