[Openvpn-devel] cipher-negotiation.rst missing from doc/Makefile.am

Message ID 20220518183715.931-1-frank@lichtenheld.com
State Accepted
Headers show
Series [Openvpn-devel] cipher-negotiation.rst missing from doc/Makefile.am | expand

Commit Message

Frank Lichtenheld May 18, 2022, 8:37 a.m. UTC
From: Jan Mikkelsen <janm@transactionware.com>

Signed-off-by: Jan Mikkelsen <janm@transactionware.com>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
---
 doc/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

I have reformatted this with git-format-patch to make the patch
easier to apply. Also checked that this is indeed the only missing
file currently.

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index affe1b90..c9e83750 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,6 +25,7 @@  dist_doc_DATA = \
 
 openvpn_sections = \
 	man-sections/advanced-options.rst \
+	man-sections/cipher-negotiation.rst \
 	man-sections/client-options.rst \
 	man-sections/connection-profiles.rst \
 	man-sections/encryption-options.rst \