]> git.ipfire.org Git - thirdparty/openvpn.git/commit
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)
commitdf85950a61879517ae77472eeef526cdd1906662
tree06372dd68b3169cc9836512a57af89fcbad407b8
parentaad16b6c48735c5449d9b3bd0689bfc0a0a9fff6
travis: Fix make distcheck failure

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