diff options
| author | tarek <none@none> | 2009-12-12 13:12:10 +0100 |
|---|---|---|
| committer | tarek <none@none> | 2009-12-12 13:12:10 +0100 |
| commit | 4eb8f94b29a2ac19c422c755466fe56fbaf073a6 (patch) | |
| tree | d68e2cc551731bfebc4ac2fee5109d144c725b27 | |
| parent | 9a36d7f1895e6ad1cd6ae055bdf64165d0b94e17 (diff) | |
| download | python-setuptools-git-4eb8f94b29a2ac19c422c755466fe56fbaf073a6.tar.gz | |
changed the way the html is created
--HG--
branch : distribute
extra : rebase_source : 01c8d422fcecde15adbbdebfe15d336c83dcc599
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 2 | ||||
| -rwxr-xr-x | release.sh | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index e1f704d8..1c9f123d 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -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/ |
