]> git.ipfire.org Git - thirdparty/openvpn.git/commit
doc/man: Do not install man *.rst files
authorDavid Sommerseth <davids@openvpn.net>
Sun, 19 Jul 2020 11:48:53 +0000 (13:48 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 19 Jul 2020 11:53:54 +0000 (13:53 +0200)
commit4cabd28a77116ab3926f81258af9bdb342e0336a
treec5302b649839a9e300f6aea39799000da0e4313e
parent4b4b34da9811da9e6912c89cd68be3cfe1684a97
doc/man: Do not install man *.rst files

When the man page got split up into several .rst files, these files got
listed into dist_doc_DATA=.  This variable will both distribute (package
in the source tarball) and install these files into /usr/share/doc.
This was not intended, and it duplicates the content and makes the doc
dir quite messy.

By moving these files to dist_noinst_DATA= instead, these files are
still distributed but not installed via 'make install'.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200719114853.24168-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20476.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/Makefile.am