summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2010-01-16 03:08:03 +0000
committerJarrod Millman <millman@berkeley.edu>2010-01-16 03:08:03 +0000
commitfbbedf048a3ad65a33f74e63d810428717a08785 (patch)
treefb609f8a3a77ddb811d7837f1123b7129d1cb5a1
parent0d4e67d58d86bdc0bf500ccd4abfe25ad5f48448 (diff)
downloadnumpy-fbbedf048a3ad65a33f74e63d810428717a08785.tar.gz
add make webup
-rw-r--r--doc/numpy.scipy.org/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/numpy.scipy.org/Makefile b/doc/numpy.scipy.org/Makefile
index 4d73b08f1..c8c29de7f 100644
--- a/doc/numpy.scipy.org/Makefile
+++ b/doc/numpy.scipy.org/Makefile
@@ -110,3 +110,7 @@ doctest:
$(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@numpy.scipy.org:/srv/www/numpy