Skip to content

Commit

Permalink
dist-docs: Include manpages generated from rST.
Browse files Browse the repository at this point in the history
Some manpages are generated from rST, but these are not included
in 'dist-docs' make target.

Fixes: fd0837a ("doc: Convert ovs-vlan-test to rST")
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
  • Loading branch information
igsilya committed Feb 4, 2021
1 parent 5e4a9c0 commit ae78bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/dist-docs
Expand Up @@ -43,7 +43,7 @@ rm -rf $distdir
mkdir $distdir

# Install manpages.
${MAKE-make} install-man mandir="$abs_distdir"/man
${MAKE-make} install-man install-man-rst mandir="$abs_distdir"/man
(cd $distdir && mv `find man -type f` . && rm -rf man)
manpages=`cd $distdir && echo *`

Expand Down

0 comments on commit ae78bb1

Please sign in to comment.