Commit in LCDetectors on MAIN
Makefile+8-91.26 -> 1.27


LCDetectors
Makefile 1.26 -> 1.27
diff -u -r1.26 -r1.27
--- Makefile	3 May 2010 20:45:28 -0000	1.26
+++ Makefile	3 May 2010 21:21:49 -0000	1.27
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.26 2010/05/03 20:45:28 jeremy Exp $
+# $Id: Makefile,v 1.27 2010/05/03 21:21:49 jeremy Exp $
 
 #
 # Makefile using GeomConverter and shell tools to
@@ -16,36 +16,35 @@
 
 # The full path to the GeomConverter jar file (NOT the base dir).
 ifndef GEOMCONVERTER
-	GEOMCONVERTER=GeomConverter
+$(error The GEOMCONVERTER variable needs to be set to the full path of your GeomConverter bin file.)
 endif
 
 # How to run slic.
 ifndef SLICBIN
-	SLICBIN=slic
+SLICBIN=slic
 endif
 
 # How to run dawn.
 ifndef DAWN
-	DAWN=dawn
+DAWN=dawn
 endif
 
 # How to run dawncut.
 ifndef DAWNCUT
-	DAWNCUT=dawncut
+DAWNCUT=dawncut
 endif
 
 # Command-line editor.
 ifndef EDITOR
-	EDITOR=emacs
+EDITOR=emacs
 endif
 
 # Java execution.
 ifndef JAVA
-    JAVA=java
+JAVA=java
 endif
 
-# Location of the LCSim website.
-# Default is SLAC NFS.
+# Location of the LCSim website for uploading.  The default location points to a SLAC NFS path.
 ifndef PRJ_WWW
 	PRJ_WWW=/nfs/slac/g/lcd/mc/prj/www/lcsim/
 endif
CVSspam 0.2.8