Skip to content

Commit 8d77f25

Browse files
committed
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]
1 parent cec39ef commit 8d77f25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ upload:
100100
$(UPLOAD_DIR)/numpy-user-$(RELEASE).pdf
101101
ssh $(USERNAME)@new.scipy.org mv $(UPLOAD_DIR)/numpy-html.zip \
102102
$(UPLOAD_DIR)/numpy-html-$(RELEASE).zip
103+
ssh $(USERNAME)@new.scipy.org rm $(UPLOAD_DIR)/dist.tar.gz
104+
ssh $(USERNAME)@new.scipy.org cp -r $(UPLOAD_DIR)/* /srv/docs_scipy_org/doc/numpy
103105
ssh $(USERNAME)@new.scipy.org /srv/bin/fixperm-scipy_org.sh
104106

105107
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)