[cig-commits] r15846 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Mon Oct 19 12:34:28 PDT 2009


Author: luis
Date: 2009-10-19 12:34:26 -0700 (Mon, 19 Oct 2009)
New Revision: 15846

Modified:
   doc/geodynamics.org/benchmarks/trunk/Makefile
Log:
Updated Makefile with new rules

Modified: doc/geodynamics.org/benchmarks/trunk/Makefile
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/Makefile	2009-10-19 19:34:21 UTC (rev 15845)
+++ doc/geodynamics.org/benchmarks/trunk/Makefile	2009-10-19 19:34:26 UTC (rev 15846)
@@ -9,9 +9,17 @@
 	@./generate.py
 
 publish:
-	@./upload.py
+	@echo Scanning for files to publish...
+	@./publish.py
 
+download:
+	@echo Downloading entire site...
+	@./download.py
+
+diff:
+	@./diff.sh
+
 clean:
 	@./clean.sh
 
-.PHONY: gen up clean
+.PHONY: html publish download diff clean



More information about the CIG-COMMITS mailing list