summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2016-09-07 17:50:14 +0200
committerSage Weil <sage@redhat.com>2016-09-07 17:50:14 +0200
commitfba798dcad1a341cf72d02f65d840997cdb02caa (patch)
tree2c0e97461830de5e4b5d0b650c2d3ae767bdf411 /admin
parentMerge pull request #10963 from liewegas/wip-bluestore-sharded-extent-map (diff)
downloadceph-fba798dcad1a341cf72d02f65d840997cdb02caa.tar.xz
ceph-fba798dcad1a341cf72d02f65d840997cdb02caa.zip
remove autotools
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'admin')
-rw-r--r--admin/manpage-howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/manpage-howto.txt b/admin/manpage-howto.txt
index db6d9ebbcb2..ccc78b81244 100644
--- a/admin/manpage-howto.txt
+++ b/admin/manpage-howto.txt
@@ -2,7 +2,7 @@ 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
+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