]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Have install put manpages in the FreeBSD correct location 13301/head
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 7 Feb 2017 22:42:41 +0000 (23:42 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 16 Feb 2017 15:42:17 +0000 (16:42 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
do_freebsd.sh

index e4c7e0bbc9eb1096c310f6fd41e8d5288e8a3f09..c3229e79fc57a5146f9b10cb79fe85050240a065 100755 (executable)
@@ -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