[Numpy-svn] r8060 - trunk/doc/numpy.scipy.org

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Jan 15 22:08:03 EST 2010


Author: jarrod.millman
Date: 2010-01-15 21:08:03 -0600 (Fri, 15 Jan 2010)
New Revision: 8060

Modified:
   trunk/doc/numpy.scipy.org/Makefile
Log:
add make webup


Modified: trunk/doc/numpy.scipy.org/Makefile
===================================================================
--- trunk/doc/numpy.scipy.org/Makefile	2010-01-15 23:46:54 UTC (rev 8059)
+++ trunk/doc/numpy.scipy.org/Makefile	2010-01-16 03:08:03 UTC (rev 8060)
@@ -110,3 +110,7 @@
 	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) build/doctest
 	@echo "Testing of doctests in the sources finished, look at the " \
 	      "results in build/doctest/output.txt."
+
+webup:
+	@echo "Copying html files to numpy.scipy.org..."
+	rsync -avH -e ssh _build/html/ jarrod.millman at numpy.scipy.org:/srv/www/numpy




More information about the Numpy-svn mailing list