From: Kefu Chai Date: Tue, 24 May 2016 04:51:52 +0000 (+0800) Subject: admin/build-doc: remove librbd-dev from build-dependencies X-Git-Tag: v11.0.0~379^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8ce8429f8694ee93c5e5cb2ddddc3de0f0a84667;p=ceph.git admin/build-doc: remove librbd-dev from build-dependencies Signed-off-by: Kefu Chai --- diff --git a/admin/build-doc b/admin/build-doc index 1286bb9322b6..053ff492552f 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -20,7 +20,6 @@ if command -v dpkg >/dev/null; then graphviz ant cython - librbd-dev zlib1g-dev' for package in $packages; do if [ "$(dpkg --status -- $package 2>&1 | sed -n 's/^Status: //p')" != "install ok installed" ]; then @@ -127,7 +126,7 @@ rm -f $TOPDIR/src/pybind/rbd/rados.pxd $TOPDIR/src/pybind/cephfs/rados.pxd $vdir/bin/sphinx-build -a -n -b dirhtml -d doctrees $TOPDIR/doc $TOPDIR/build-doc/output/html -$vdir/bin/sphinx-build -a -b man -d doctrees $TOPDIR/doc $TOPDIR/build-doc/output/man +$vdir/bin/sphinx-build -a -b man -t man -d doctrees $TOPDIR/doc $TOPDIR/build-doc/output/man # # Build and install JavaDocs