ceph/man/CMakeLists.txt
Kefu Chai ef6b52373c cmake: build man pages
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-12 13:01:52 +08:00

5 lines
94 B
CMake

if(WITH_SELINUX)
install(FILES ceph_selinux.8
DESTINATION ${CEPH_MAN_DIR}/man8)
endif()