File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ website-stamp: $(WWW_DIR) html-stamp pdf-stamp
137
137
touch $@
138
138
139
139
upload-html : html-stamp
140
- ./doc/ tools/upload-gh-pages.sh $(WWW_DIR ) $(GITHUB_REPO )
140
+ ./tools/upload-gh-pages.sh $(WWW_DIR ) $(GITHUB_REPO )
141
141
142
142
#
143
143
# Sources
Original file line number Diff line number Diff line change @@ -194,11 +194,9 @@ Release checklist
194
194
If you are already on a Windows machine, you could have done the manual
195
195
command to upload instead: ``python setup.py bdist_wininst upload ``.
196
196
197
- * Now the version number is OK, push the docs to sourceforge with::
197
+ * Now the version number is OK, push the docs to github pages with::
198
198
199
- make upload-htmldoc-mysfusername
200
-
201
- where ``mysfusername`` is obviously your own sourceforge username.
199
+ make upload-html
202
200
203
201
* Set up maintenance / development branches
204
202
File renamed without changes.
You can’t perform that action at this time.
0 commit comments