From: Willem Jan Withagen Date: Tue, 7 Feb 2017 22:42:41 +0000 (+0100) Subject: doc: Have install put manpages in the FreeBSD correct location X-Git-Tag: v12.0.1~369^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e0e0075920db4a35ee465f38797731ec0047afef;p=ceph.git doc: Have install put manpages in the FreeBSD correct location Signed-off-by: Willem Jan Withagen --- diff --git a/do_freebsd.sh b/do_freebsd.sh index e4c7e0bbc9eb1..c3229e79fc57a 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -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