From ee6830c34818bf4dc30cf7f0959ea0c9246bab8d Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 17 Jul 2020 13:01:36 +0200 Subject: [PATCH] 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 --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2