diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:32:55 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:32:55 +0000 |
commit | c7c773022678a522f287a3c336fd8659e7685304 (patch) | |
tree | 5aa423219ca5131d5c0075e5ac68fec91768af42 /doc | |
parent | 799f186ef5afc689a70d6ce28f29a53c2ef4d1de (diff) | |
download | numpy-c7c773022678a522f287a3c336fd8659e7685304.tar.gz |
remove webup, use upload
Diffstat (limited to 'doc')
-rw-r--r-- | doc/numpy.scipy.org/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/numpy.scipy.org/Makefile b/doc/numpy.scipy.org/Makefile index 5bec69bf7..1d42a61c4 100644 --- a/doc/numpy.scipy.org/Makefile +++ b/doc/numpy.scipy.org/Makefile @@ -110,7 +110,3 @@ 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 |