]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
admin/build-doc: build man page in proper directory
authorKefu Chai <kchai@redhat.com>
Wed, 24 Mar 2021 17:00:23 +0000 (01:00 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 24 Mar 2021 17:03:34 +0000 (01:03 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc

index bb2a46282c8b31c628a3a1dd71f7b270e8b99adf..fd63db4daa7931edf3b4719ec1c438eac6248357 100755 (executable)
@@ -91,7 +91,8 @@ for target in $sphinx_targets; do
             ;;
         man)
             $vdir/bin/sphinx-build -W --keep-going -a -b man -t man -d doctrees \
-                                   $TOPDIR/doc $TOPDIR/build-doc/output/$target
+                                   -c $TOPDIR/man \
+                                   $TOPDIR/doc/man $TOPDIR/build-doc/output/$target
             ;;
         livehtml)
             $vdir/bin/pip install --quiet sphinx-autobuild