We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e500b7 commit 7e8536fCopy full SHA for 7e8536f
RELEASE.txt
@@ -97,7 +97,15 @@ Roundup release checklist:
97
98
8. Rebuild documentation in "share/doc/roundup/html"
99
100
- python3 setup.py build_doc
+ 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
109
110
9. Generate source distribution:
111
0 commit comments