On Thu, Sep 21, 2017 at 09:28:46AM -0700, Greg Rose wrote: > On 09/19/2017 03:34 PM, Ben Pfaff wrote: > >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 > > > > LGTM > > Reviewed-by: Greg Rose <[email protected]> >
Thanks. I applied this to master and branch-2.8. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
