[ovs-dev] [PATCH] dist-docs: Include manpages generated from rST.

Ilya Maximets i.maximets at ovn.org
Fri Jan 29 14:03:05 UTC 2021


Some manpages are generated from rST, but these are not included
in 'dist-docs' make target.

Fixes: fd0837a76f4c ("doc: Convert ovs-vlan-test to rST")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---
 build-aux/dist-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/dist-docs b/build-aux/dist-docs
index f6b88ca2d..9429702db 100755
--- a/build-aux/dist-docs
+++ b/build-aux/dist-docs
@@ -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 *`
 
-- 
2.26.2



More information about the dev mailing list