Commit in www-lcsim on MAIN
Makefile+28added 1.1
JM: Adding simple makefile for www-lcsim

www-lcsim
Makefile added at 1.1
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	6 Mar 2006 19:39:30 -0000	1.1
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+# $Id: Makefile,v 1.1 2006/03/06 19:39:30 jeremy Exp $
+#
+# A simple Makefile for building parts of the lcsim.org website.
+#
+
+WWW=$(PWD)
+SCRIPTS=$(PWD)/build
+
+.PHONY: all detector_zip detector_index sim_doxygen sim_schema maven
+
+all: detector_zip detector_index sim_doxygen sim_schema maven
+
+detector_zip:
+	$(SCRIPTS)/detectors.sh;:
+
+detector_index:
+	$(SCRIPTS)/detectors-index.sh;:
+
+sim_doxygen:
+	$(SCRIPTS)/lcdd-slic-doxygen.sh;:
+
+sim_schema:
+	$(SCRIPTS)/lcdd-schema.sh
+
+maven:
+	$(SCRIPTS)/lcsim-maven-docs.sh
CVSspam 0.2.8