summaryrefslogtreecommitdiffstats
path: root/src/ceph/admin/manpage-howto.txt
blob: ccc78b812449ce58046cd3d1e25945e3cb074215 (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/CMakeLists.txt
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