Browse code

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 <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>

David Sommerseth authored on 2020/07/17 20:01:36
Showing 1 changed files
... ...
@@ -31,6 +31,7 @@ dist_doc_DATA = \
31 31
 	man-sections/plugin-options.rst \
32 32
 	man-sections/protocol-options.rst \
33 33
 	man-sections/proxy-options.rst \
34
+	man-sections/renegotiation.rst \
34 35
 	man-sections/signals.rst \
35 36
 	man-sections/script-options.rst \
36 37
 	man-sections/server-options.rst \