Commit in LCDetectors on MAIN
Makefile+15-21.9 -> 1.10


LCDetectors
Makefile 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- Makefile	16 Sep 2006 23:53:45 -0000	1.9
+++ Makefile	16 Sep 2006 23:59:34 -0000	1.10
@@ -1,6 +1,17 @@
+# $Id: Makefile,v 1.10 2006/09/16 23:59:34 jeremy Exp $
+
+#
+# Makefile using GeomConverter and shell tools
+# create LCDD/HepRep files, update detectors,
+# and create zips.
+#
+# Execute the help target to see available targets:
+# 
+#   make help
 #
-# A simple Makefile executing detector
-# build shell scripts.
+# Only users with access to SLAC NFS will be able 
+# to update the master detector repository 
+# at www.lcsim.org/detectors
 #
 
 # SLAC NFS location of GeomConverter.
@@ -16,8 +27,10 @@
 # List of all detectors.
 DETECTORS=$(shell cat detectors/taglist.txt)
 
+# By default, print help if no target is given.
 .DEFAULT: help
 
+# Detailed list of available make targets.
 help:
 	@echo "----LCDetectors Makefile Targets----" ; \
 	echo ; \
CVSspam 0.2.8