diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-10-25 00:16:41 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2015-10-25 00:16:41 +0200 |
commit | 8d77f250d87073697f88fcb7f697cc68bea09d85 (patch) | |
tree | e098b58282234ac85154f26e9a05a3df0d6187d5 | |
parent | cec39effb1739ae0a7690e56d58d3e9432569d5f (diff) | |
download | numpy-8d77f250d87073697f88fcb7f697cc68bea09d85.tar.gz |
MAINT: minor update to "make upload" doc build command.
Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the
content of the latest release.
[ci skip]
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index b52933e14..47f191374 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -100,6 +100,8 @@ upload: $(UPLOAD_DIR)/numpy-user-$(RELEASE).pdf ssh $(USERNAME)@new.scipy.org mv $(UPLOAD_DIR)/numpy-html.zip \ $(UPLOAD_DIR)/numpy-html-$(RELEASE).zip + ssh $(USERNAME)@new.scipy.org rm $(UPLOAD_DIR)/dist.tar.gz + ssh $(USERNAME)@new.scipy.org cp -r $(UPLOAD_DIR)/* /srv/docs_scipy_org/doc/numpy ssh $(USERNAME)@new.scipy.org /srv/bin/fixperm-scipy_org.sh #------------------------------------------------------------------------------ |