From 986311be550e60db267d8d7a44ea32e7b98faf7c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 19 Sep 2017 15:34:50 -0700 Subject: 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 Reviewed-by: Greg Rose --- tutorial/ovs-sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') 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 -- cgit v1.2.1