]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc/man: Add misssing renegotiation.rst to Makefile.am
authorDavid Sommerseth <davids@openvpn.net>
Fri, 17 Jul 2020 11:01:36 +0000 (13:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 17 Jul 2020 11:05:56 +0000 (13:05 +0200)
This file did not get added to Makefile.am by a mistake during the
man-page overhaul, and the issue this causes is not easily spotted.

If a consumer of a tarball (created with 'make dist' from the git
tree) tries runs 'make clean' and 'make dist' plus have
python-docutils installed from such a tarball, it will explode and
complain about this missing file.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200717110136.11579-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20431.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/Makefile.am

index a1ac02f60d0043a96e5e8ef0474784dd8774a275..add92198795c3767cbab3ca115b934c5397151cc 100644 (file)
@@ -31,6 +31,7 @@ dist_doc_DATA = \
        man-sections/plugin-options.rst \
        man-sections/protocol-options.rst \
        man-sections/proxy-options.rst \
+       man-sections/renegotiation.rst \
        man-sections/signals.rst \
        man-sections/script-options.rst \
        man-sections/server-options.rst \