]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
travis: Fix make distcheck failure
authorDavid Sommerseth <davids@openvpn.net>
Mon, 20 Jul 2020 10:38:22 +0000 (12:38 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 20 Jul 2020 11:25:50 +0000 (13:25 +0200)
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 <davids@openvpn.net>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20200720103822.26088-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20497.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.travis.yml

index 925d09ea833edd1b6a0ed87db4e192fb57d5f4b3..b154277e2bb6f742cd95d0ca1d4ef6d678ded1cf 100644 (file)
@@ -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 ]