Skip to content

Commit

Permalink
ovs-sandbox: Install .rst manpages into the sandbox as well.
Browse files Browse the repository at this point in the history
Without this, "man ovs-test" and "man ovs-vlan-test" won't work in the
sandbox.

Signed-off-by: Ben Pfaff <[email protected]>
Reviewed-by: Greg Rose <[email protected]>
  • Loading branch information
blp committed Sep 21, 2017
1 parent a90120f commit 986311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/ovs-sandbox
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ OVS_SYSCONFDIR=$sandbox; export OVS_SYSCONFDIR

if $built; then
# 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
fi

Expand Down

0 comments on commit 986311b

Please sign in to comment.