Skip to content

Commit 7e8536f

Browse files
committed
docs: update using make to generate docs for the release tarball
using only setup.py build_docs misses: html version of man pages html version of roundup-admin help doc version of a current config.ini file
1 parent 5e500b7 commit 7e8536f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

RELEASE.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,15 @@ Roundup release checklist:
9797

9898
8. Rebuild documentation in "share/doc/roundup/html"
9999

100-
python3 setup.py build_doc
100+
cd doc
101+
make
102+
103+
runs commands to turn man pages into html files and adds them to
104+
html_extra/man_pages subdir. Then it generates html text from
105+
running roundup_admin. Then it generates a current copy of a
106+
config.ini file. Then it runs:
107+
108+
python3 setup.py build_doc
101109

102110
9. Generate source distribution:
103111

0 commit comments

Comments
 (0)