Print

Print


Commit in www-lcsim on MAIN
Makefile+5-11.1 -> 1.2


www-lcsim
Makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Makefile	6 Mar 2006 19:39:30 -0000	1.1
+++ Makefile	10 Mar 2006 20:15:59 -0000	1.2
@@ -1,11 +1,12 @@
 #!/bin/sh
 
-# $Id: Makefile,v 1.1 2006/03/06 19:39:30 jeremy Exp $
+# $Id: Makefile,v 1.2 2006/03/10 20:15:59 jeremy Exp $
 #
 # A simple Makefile for building parts of the lcsim.org website.
 #
 
 WWW=$(PWD)
+DIR=$$(basename $(WWW))
 SCRIPTS=$(PWD)/build
 
 .PHONY: all detector_zip detector_index sim_doxygen sim_schema maven
@@ -26,3 +27,6 @@
 
 maven:
 	$(SCRIPTS)/lcsim-maven-docs.sh
+
+backup: 
+	cd .. && tar -zcvf $(DIR)_BACKUP.tar.gz $(DIR)
CVSspam 0.2.8