summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2016-03-25 16:38:48 +0100
committerKefu Chai <kchai@redhat.com>2016-03-25 16:53:52 +0100
commit1287846c667a9dcc698167b7a3b6c4c9ac38680a (patch)
treeecf86b105dedd07049f82b117c572c43f85c9f58 /man
parentMerge remote-tracking branch 'origin/wip-15065' (diff)
downloadceph-1287846c667a9dcc698167b7a3b6c4c9ac38680a.tar.xz
ceph-1287846c667a9dcc698167b7a3b6c4c9ac38680a.zip
autotools: add rbdmap to dist_man_MANS
this fixes the rpm/deb build failure was introduced by 20c8650 Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/CMakeLists.txt1
-rw-r--r--man/Makefile-client.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index a56bdb9a1cd..523811854eb 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -29,4 +29,5 @@ install(FILES
rbd-nbd.8
rbd-replay.8
rbd-replay-prep.8
+ rbdmap.8
DESTINATION ${CEPH_MAN_DIR}/man8)
diff --git a/man/Makefile-client.am b/man/Makefile-client.am
index b03c9bf1fb3..ae3dd7a70ca 100644
--- a/man/Makefile-client.am
+++ b/man/Makefile-client.am
@@ -20,7 +20,8 @@ dist_man_MANS += \
rbd-nbd.8 \
rbd-replay.8 \
rbd-replay-many.8 \
- rbd-replay-prep.8
+ rbd-replay-prep.8 \
+ rbdmap.8
endif
if WITH_CEPHFS