summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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