Skip to content

Commit

Permalink
autotools: add rbdmap to dist_man_MANS
Browse files Browse the repository at this point in the history
this fixes the rpm/deb build failure
was introduced by 20c8650

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Mar 25, 2016
1 parent ee6f064 commit 1287846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions man/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ install(FILES
rbd-nbd.8
rbd-replay.8
rbd-replay-prep.8
rbdmap.8
DESTINATION ${CEPH_MAN_DIR}/man8)
3 changes: 2 additions & 1 deletion man/Makefile-client.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1287846

Please sign in to comment.