Browse code

dist: Include all documentation in distribution

No need to deprive tar ball users of this information.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230619132934.76085-5-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26749.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 9ccb14970387d7c13589b85b0ca7048cebf52c6d)

Frank Lichtenheld authored on 2023/06/19 22:29:34
Showing 3 changed files
... ...
@@ -62,8 +62,11 @@ dist_doc_DATA = \
62 62
 dist_noinst_DATA = \
63 63
 	.gitignore \
64 64
 	.gitattributes \
65
+	CONTRIBUTING.rst \
65 66
 	PORTS \
66
-	README.mbedtls \
67
+	README.dco.md \
68
+	README.ec \
69
+	README.wolfssl \
67 70
 	openvpn.sln
68 71
 
69 72
 dist_noinst_HEADERS = \
... ...
@@ -54,12 +54,19 @@ openvpn_examples_sections = \
54 54
 	man-sections/examples.rst
55 55
 
56 56
 dist_noinst_DATA = \
57
-	README.plugins interactive-service-notes.rst \
57
+	android.txt \
58
+	interactive-service-notes.rst \
59
+	keying-material-exporter.txt \
58 60
 	openvpn.8.rst \
59 61
 	openvpn-examples.5.rst \
62
+	README.man \
63
+	README.plugins \
64
+	tls-crypt-v2.txt \
60 65
 	$(openvpn_sections) \
61 66
 	$(openvpn_examples_sections)
62 67
 
68
+EXTRA_DIST = tests
69
+
63 70
 # dependencies
64 71
 openvpn.8 openvpn.8.html: $(openvpn_sections)
65 72
 openvpn-examples.5 openvpn-examples.5.html: $(openvpn_examples_sections)
... ...
@@ -13,8 +13,27 @@ MAINTAINERCLEANFILES = \
13 13
 
14 14
 DISTCLEANFILES = openvpn.doxyfile
15 15
 
16
+DOXYGEN_EXTRA_FILES = \
17
+	doc_compression.h \
18
+	doc_control_processor.h \
19
+	doc_control_tls.h \
20
+	doc_data_control.h \
21
+	doc_data_crypto.h \
22
+	doc_eventloop.h \
23
+	doc_external_multiplexer.h \
24
+	doc_fragmentation.h \
25
+	doc_internal_multiplexer.h \
26
+	doc_key_generation.h \
27
+	doc_mainpage.h \
28
+	doc_memory_management.h \
29
+	doc_protocol_overview.h \
30
+	doc_reliable.h \
31
+	doc_tunnel_state.h
32
+
33
+EXTRA_DIST = $(DOXYGEN_EXTRA_FILES)
34
+
16 35
 .PHONY: doxygen
17
-doxygen: openvpn.doxyfile
36
+doxygen: openvpn.doxyfile $(DOXYGEN_EXTRA_FILES)
18 37
 	doxygen openvpn.doxyfile
19 38
 
20 39
 clean-local: