]> git.ipfire.org Git - thirdparty/openvpn.git/commit
build: Fix missing install of man page in certain environments
authorDavid Sommerseth <davids@openvpn.net>
Thu, 29 Oct 2020 21:32:59 +0000 (22:32 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 24 Nov 2020 18:30:18 +0000 (19:30 +0100)
commitbbac1542cfb4a9d3033999b26813f0dd0618c3f0
treecaa57ef9f56bdcc7ee7a0cb47cf9d98bb4c1c784
parentd3dd620b13a21c3ed73fd466390f471915937309
build: Fix missing install of man page in certain environments

It turns out the logic for dist_man_MANS was incorrectly put inside the
HAVE_PYDOCUTILS block.  This results in the man page being installed
only if python-docutils is installed and available.

The solution is simple, move the dist_man_MANS part outside the
python-docutils block.  The openvpn.8 file is prebuilt in source
tarballs and will thus be available.

Reported-By: Philip Brown <philip@pbdigital.org>
Tested-By: Philip Brown <philip@pbdigital.org>
Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20201029213259.1636-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21236.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit fc25ca3a7cf720fbb53889fdba6ac0154c7c9c1a)
doc/Makefile.am