Skip to content

Commit

Permalink
ovs-sim: Install RST manpages into simulation environment too.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]>
  • Loading branch information
blp committed May 25, 2018
1 parent 047458d commit 59cff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ovs-sim.in
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export -f ovn_attach
# Easy access to OVS manpages.
mkdir $sim_base/man
mandir=`cd $sim_base/man && pwd`
(cd "$sim_builddir" && ${MAKE-make} install-man mandir=$mandir >/dev/null)
(cd "$sim_builddir" && ${MAKE-make} install-man install-man-rst mandir=$mandir >/dev/null)
MANPATH=$mandir:; export MANPATH

export scripts
Expand Down

0 comments on commit 59cff95

Please sign in to comment.