summaryrefslogtreecommitdiffstats
path: root/admin/manpage-howto.txt
blob: db6d9ebbcb26684badd32589166f2cf7c0e632f6 (plain)
1
2
3
4
5
6
7
8
Updating the manpages is a semi-manual process:
(all paths below relative to top of git tree):

1) make changes to the .rst files in doc/man.
2) if adding or removing pages, update man/Makefile.am
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