From: Dan Mick Date: Thu, 27 Sep 2012 21:32:28 +0000 (-0700) Subject: manpage-howto.txt: note that man/Makefile.am may need update too X-Git-Tag: v0.53~21 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3c1e2e19286f62cf792129aaab929bf0468ab60d;p=ceph.git manpage-howto.txt: note that man/Makefile.am may need update too Signed-off-by: Dan Mick --- diff --git a/admin/manpage-howto.txt b/admin/manpage-howto.txt index c3bdea54ad8c9..db6d9ebbcb266 100644 --- a/admin/manpage-howto.txt +++ b/admin/manpage-howto.txt @@ -1,7 +1,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) use admin/build-doc to build the doc tree into build-doc/output -3) copy changed manpage files from build-doc/output/man to man/ -4) commit both doc/man .rst changes and man/ changes +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