]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
dist: Include all documentation in distribution
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 19 Jun 2023 13:29:34 +0000 (15:29 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 21 Jun 2023 12:35:19 +0000 (14:35 +0200)
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>
Makefile.am
doc/Makefile.am
doc/doxygen/Makefile.am

index 297c339962b23baa5fee85ef77c27ab864bad351..27da974d6b9d55a889df0e8a07c867ef4cf0ecc4 100644 (file)
@@ -62,8 +62,11 @@ dist_doc_DATA = \
 dist_noinst_DATA = \
        .gitignore \
        .gitattributes \
+       CONTRIBUTING.rst \
        PORTS \
-       README.mbedtls \
+       README.dco.md \
+       README.ec \
+       README.wolfssl \
        openvpn.sln
 
 dist_noinst_HEADERS = \
index bb9c935dd2541b4f11920dd1da19d9e1cf6ba677..d8ffe2e03a3d29d40637b45127a7c6d3e64809b3 100644 (file)
@@ -54,12 +54,19 @@ openvpn_examples_sections = \
        man-sections/examples.rst
 
 dist_noinst_DATA = \
-       README.plugins interactive-service-notes.rst \
+       android.txt \
+       interactive-service-notes.rst \
+       keying-material-exporter.txt \
        openvpn.8.rst \
        openvpn-examples.5.rst \
+       README.man \
+       README.plugins \
+       tls-crypt-v2.txt \
        $(openvpn_sections) \
        $(openvpn_examples_sections)
 
+EXTRA_DIST = tests
+
 # dependencies
 openvpn.8 openvpn.8.html: $(openvpn_sections)
 openvpn-examples.5 openvpn-examples.5.html: $(openvpn_examples_sections)
index 82d909dd8c52145b8c5d590e95a13f4d5e1ad154..ec1045ebc68dc109c666aa7dea29a10a0cbe59d5 100644 (file)
@@ -13,8 +13,27 @@ MAINTAINERCLEANFILES = \
 
 DISTCLEANFILES = openvpn.doxyfile
 
+DOXYGEN_EXTRA_FILES = \
+       doc_compression.h \
+       doc_control_processor.h \
+       doc_control_tls.h \
+       doc_data_control.h \
+       doc_data_crypto.h \
+       doc_eventloop.h \
+       doc_external_multiplexer.h \
+       doc_fragmentation.h \
+       doc_internal_multiplexer.h \
+       doc_key_generation.h \
+       doc_mainpage.h \
+       doc_memory_management.h \
+       doc_protocol_overview.h \
+       doc_reliable.h \
+       doc_tunnel_state.h
+
+EXTRA_DIST = $(DOXYGEN_EXTRA_FILES)
+
 .PHONY: doxygen
-doxygen: openvpn.doxyfile
+doxygen: openvpn.doxyfile $(DOXYGEN_EXTRA_FILES)
        doxygen openvpn.doxyfile
 
 clean-local: