mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
admin/build-doc: build man page in proper directory
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
5b4a7668f1
commit
35413b8ae2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user