Merge pull request #13301 from wjwithagen/wip-wjw-freebsd-manpage-location

doc: Have install put manpages in the FreeBSD correct location

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-02-17 00:35:45 +08:00 committed by GitHub
commit 2c249cc17d

View File

@ -49,7 +49,8 @@ rm -rf build && ./do_cmake.sh "$*" \
-D WITH_KRBD=OFF \
-D WITH_XFS=OFF \
-D WITH_KVS=OFF \
-D WITH_MANPAGE=OFF \
-D WITH_MANPAGE=ON \
-D CEPH_MAN_DIR=man \
-D WITH_LIBCEPHFS=OFF \
-D WITH_CEPHFS=OFF \
2>&1 | tee cmake.log