summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-09-19 15:34:50 -0700
committerBen Pfaff <blp@ovn.org>2017-09-21 10:09:06 -0700
commit986311be550e60db267d8d7a44ea32e7b98faf7c (patch)
tree1d6b4041e636e50faf5bf83395614c47642769a5 /tutorial
parenta90120fce551359e47f05bc9528543a5a1920911 (diff)
downloadopenvswitch-986311be550e60db267d8d7a44ea32e7b98faf7c.tar.gz
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>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 258ea9b87..7ae8cdb8a 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -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