Since commit f500c49c8e0, the man page and html documentation need to be generated when building out of the git repository, as both openvpn.8 and openvpn.8.html will be shipped pregenerated inside the tarball generated by 'make dist'.
Travis was lacking the python-docutils package, which made the 'make distcheck' build test fail. Signed-off-by: David Sommerseth <dav...@openvpn.net> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 925d09ea..b154277e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ jobs: addons: apt: update: true - packages: [ liblzo2-dev, libpam0g-dev, liblz4-dev, linux-libc-dev, man2html, mingw-w64, clang-9, libcmocka-dev ] + packages: [ liblzo2-dev, libpam0g-dev, liblz4-dev, linux-libc-dev, man2html, mingw-w64, clang-9, libcmocka-dev, python3-docutils ] homebrew: update: true packages: [ lzo, lz4, cmocka ] -- 2.26.0 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel