diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:08:03 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:08:03 +0000 |
commit | fbbedf048a3ad65a33f74e63d810428717a08785 (patch) | |
tree | fb609f8a3a77ddb811d7837f1123b7129d1cb5a1 /doc/numpy.scipy.org | |
parent | 0d4e67d58d86bdc0bf500ccd4abfe25ad5f48448 (diff) | |
download | numpy-fbbedf048a3ad65a33f74e63d810428717a08785.tar.gz |
add make webup
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/Makefile | 4 |
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 |