diff options
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 |