@@ -16,23 +16,24 @@ Building and distributing a release of Roundup is done by running:
16165. python setup.py clean --all
17176. Edit setup.py to ensure that all information therein (version, contact
1818 information etc) is correct.
19- 7. python setup.py sdist --manifest-only
20- 8. Check the MANIFEST to make sure that any new files are included. If
19+ 7. python setup.py build_doc
20+ 8. python setup.py sdist --manifest-only
21+ 9. Check the MANIFEST to make sure that any new files are included. If
2122 they are not, edit MANIFEST.in to include them. "Documentation" for
2223 MANIFEST.in may be found in disutils.filelist._parse_template_line.
23- 9. python setup.py sdist
24+ 10. python setup.py sdist
2425 (if you find sdist a little verbose, add "--quiet" to the end of the
2526 command)
26- 10 . Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
27+ 11 . Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
2728 with all available Python versions.
28- 11 . Assuming all is well tag the release in SVN::
29+ 12 . Assuming all is well tag the release in SVN::
2930
3031 svn cp https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/trunk \
3132 https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/tags/release-1-4-16
3233
33- 11 . python setup.py bdist_rpm
34- 12 . python setup.py bdist_wininst
35- 13 . Send doc/announcement.txt to
[email protected] and
34+ 13 . python setup.py bdist_rpm
35+ 14 . python setup.py bdist_wininst
36+ 15 . Send doc/announcement.txt to
[email protected] and
363737383839
@@ -42,6 +43,7 @@ So, those commands in a nice, cut'n'pasteable form::
4243 find . -name '*.rej' -exec rm {} \;
4344 find . -name '.#*' -exec rm {} \;
4445 python setup.py clean --all
46+ python setup.py build_doc
4547 python setup.py sdist --manifest-only
4648 python setup.py sdist --quiet
4749 python setup.py bdist_rpm
0 commit comments