mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
ovs-sandbox: Install .rst manpages into the sandbox as well.
Without this, "man ovs-test" and "man ovs-vlan-test" won't work in the sandbox. Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Greg Rose <gvrose8192@gmail.com>
This commit is contained in:
parent
a90120fce5
commit
986311be55
@ -314,7 +314,7 @@ OVS_SYSCONFDIR=$sandbox; export OVS_SYSCONFDIR
|
|||||||
|
|
||||||
if $built; then
|
if $built; then
|
||||||
# Easy access to OVS manpages.
|
# Easy access to OVS manpages.
|
||||||
(cd "$builddir" && ${MAKE-make} install-man mandir="$sandbox"/man)
|
(cd "$builddir" && ${MAKE-make} install-man install-man-rst mandir="$sandbox"/man)
|
||||||
MANPATH=$sandbox/man:; export MANPATH
|
MANPATH=$sandbox/man:; export MANPATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user