From: David Sommerseth Date: Fri, 17 Jul 2020 11:01:36 +0000 (+0200) Subject: doc/man: Add misssing renegotiation.rst to Makefile.am X-Git-Tag: v2.5_beta1~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee6830c34818bf4dc30cf7f0959ea0c9246bab8d;p=thirdparty%2Fopenvpn.git doc/man: Add misssing renegotiation.rst to Makefile.am 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 Acked-by: Gert Doering 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 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index a1ac02f60..add921987 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 \