[Openvpn-devel] doc/man: Add misssing renegotiation.rst to Makefile.am

Message ID 20200717110136.11579-1-davids@openvpn.net
State Accepted
Headers show
Series [Openvpn-devel] doc/man: Add misssing renegotiation.rst to Makefile.am | expand

Commit Message

David Sommerseth July 17, 2020, 1:01 a.m. UTC
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>
---
 doc/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Gert Doering July 17, 2020, 1:06 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Your patch has been applied to the master branch.

commit ee6830c34818bf4dc30cf7f0959ea0c9246bab8d
Author: David Sommerseth
Date:   Fri Jul 17 13:01:36 2020 +0200

     doc/man: Add misssing renegotiation.rst to Makefile.am

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a1ac02f6..add92198 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 \