diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-25 08:25:37 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-25 08:25:37 -0600 |
commit | 42fefc59a502d1b17873d19f9d60d039e55ccfc4 (patch) | |
tree | e098b58282234ac85154f26e9a05a3df0d6187d5 | |
parent | cec39effb1739ae0a7690e56d58d3e9432569d5f (diff) | |
parent | 8d77f250d87073697f88fcb7f697cc68bea09d85 (diff) | |
download | numpy-42fefc59a502d1b17873d19f9d60d039e55ccfc4.tar.gz |
Merge pull request #6558 from rgommers/upload
MAINT: minor update to "make upload" doc build command.
-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 #------------------------------------------------------------------------------ |