]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
admin/build-doc: remove librbd-dev from build-dependencies
authorKefu Chai <kchai@redhat.com>
Tue, 24 May 2016 04:51:52 +0000 (12:51 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 24 May 2016 04:58:43 +0000 (12:58 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc

index 1286bb9322b6745336686c8044a7b97814ec062b..053ff492552f5301940368a53d565ad4f81213dc 100755 (executable)
@@ -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