Print

Print


Commit in www-lcsim on MAIN
Makefile+4-41.3 -> 1.4


www-lcsim
Makefile 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Makefile	10 Mar 2006 22:57:50 -0000	1.3
+++ Makefile	22 Mar 2006 00:32:31 -0000	1.4
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: Makefile,v 1.3 2006/03/10 22:57:50 jeremy Exp $
+# $Id: Makefile,v 1.4 2006/03/22 00:32:31 jeremy Exp $
 #
 # A simple Makefile for building parts of the lcsim.org website.
 #
@@ -9,9 +9,9 @@
 DIR=$$(basename $(WWW))
 SCRIPTS=$(PWD)/build
 
-.PHONY: all detector_zip detector_index sim_doxygen sim_schema maven
+.PHONY: all detector_zip detector_index sim_doxygen sim_schema lcsim
 
-all: detector_zip detector_index sim_doxygen sim_schema maven
+all: detector_zip detector_index sim_doxygen sim_schema lcsim
 
 detector_zip:
 	$(SCRIPTS)/detectors.sh;:
@@ -25,7 +25,7 @@
 sim_schema:
 	$(SCRIPTS)/lcdd-schema.sh
 
-maven:
+lcsim:
 	$(SCRIPTS)/lcsim-maven-docs.sh
 
 backup: 
CVSspam 0.2.8