Mercurial > p > roundup > code
comparison RELEASE.txt @ 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 | e3c5f85af7d5 |
| children | 118897c90d4e |
comparison
equal
deleted
inserted
replaced
| 8329:e1e7d9a72410 | 8330:3283f30623d0 |
|---|---|
| 95 | 95 |
| 96 (sdist generation will fail if this isn't done) | 96 (sdist generation will fail if this isn't done) |
| 97 | 97 |
| 98 8. Rebuild documentation in "share/doc/roundup/html" | 98 8. Rebuild documentation in "share/doc/roundup/html" |
| 99 | 99 |
| 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 | |
| 101 | 109 |
| 102 9. Generate source distribution: | 110 9. Generate source distribution: |
| 103 | 111 |
| 104 python3 setup.py sdist | 112 python3 setup.py sdist |
| 105 | 113 |
