Mercurial > p > roundup > code
changeset 8330:3283f30623d0
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
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 Jun 2025 17:21:57 -0400 |
| parents | e1e7d9a72410 |
| children | d185fa6c4629 |
| files | RELEASE.txt |
| diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/RELEASE.txt Wed Jun 11 17:05:35 2025 -0400 +++ b/RELEASE.txt Wed Jun 11 17:21:57 2025 -0400 @@ -97,7 +97,15 @@ 8. Rebuild documentation in "share/doc/roundup/html" - python3 setup.py build_doc + cd doc + make + + runs commands to turn man pages into html files and adds them to + html_extra/man_pages subdir. Then it generates html text from + running roundup_admin. Then it generates a current copy of a + config.ini file. Then it runs: + + python3 setup.py build_doc 9. Generate source distribution:
