Commit 4eb8f94b authored by tarek's avatar tarek

changed the way the html is created

--HG--
branch : distribute
extra : rebase_source : 01c8d422fcecde15adbbdebfe15d336c83dcc599
parent 9a36d7f1
......@@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.1 = setuptools.command.easy_install:main
easy_install-2.6 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
......
......@@ -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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment