summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 91d7ccb6..9ee85e6f 100755
--- a/release.sh
+++ b/release.sh
@@ -10,7 +10,10 @@ rm -rf ./dist
# now preparing the source release, pushing it and its doc
python2.6 setup.py -q egg_info -RDb '' sdist register upload
-python2.6 setup.py build_sphinx upload_docs
+cd docs/
+make html
+cd ..
+python2.6 setup.py upload_docs
# pushing the bootstrap script
scp distribute_setup.py ziade.org:nightly/build/