]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove manpage-howto.txt
authorKefu Chai <kchai@redhat.com>
Tue, 22 Aug 2017 03:11:14 +0000 (11:11 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 22 Aug 2017 03:11:17 +0000 (11:11 +0800)
since manpages are built as part of "make" process, we can dispense with
the manual steps.

Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/manpage-howto.txt [deleted file]

diff --git a/admin/manpage-howto.txt b/admin/manpage-howto.txt
deleted file mode 100644 (file)
index ccc78b8..0000000
+++ /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