2012-09-27 21:20:04 +00:00
|
|
|
Updating the manpages is a semi-manual process:
|
|
|
|
(all paths below relative to top of git tree):
|
|
|
|
|
2012-09-27 21:32:28 +00:00
|
|
|
1) make changes to the .rst files in doc/man.
|
2016-09-07 15:50:14 +00:00
|
|
|
2) if adding or removing pages, update man/CMakeLists.txt
|
2012-09-27 21:32:28 +00:00
|
|
|
3) use admin/build-doc to build the doc tree into build-doc/output
|
|
|
|
4) copy changed manpage files from build-doc/output/man to man/
|
|
|
|
5) commit both doc/man .rst changes and man/ changes
|