From: Kefu Chai Date: Tue, 22 Aug 2017 03:11:14 +0000 (+0800) Subject: doc: remove manpage-howto.txt X-Git-Tag: v13.0.0~44^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c6056be36aa48f057937cdbff35390ca4a728e81;p=ceph.git doc: remove manpage-howto.txt since manpages are built as part of "make" process, we can dispense with the manual steps. Signed-off-by: Kefu Chai --- diff --git a/admin/manpage-howto.txt b/admin/manpage-howto.txt deleted file mode 100644 index ccc78b812449..000000000000 --- a/admin/manpage-howto.txt +++ /dev/null @@ -1,8 +0,0 @@ -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