Without this, "man ovs-test" and "man ovs-vlan-test" won't work in the
sandbox.

Signed-off-by: Ben Pfaff <[email protected]>
---
 tutorial/ovs-sandbox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 258ea9b87db6..7ae8cdb8a782 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
 
-- 
2.10.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to