]> git.ipfire.org Git - thirdparty/openvpn.git/commit
doc: Use generic rules for man/html generation
authorDavid Sommerseth <davids@openvpn.net>
Wed, 30 Jun 2021 18:51:34 +0000 (20:51 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 2 Jul 2021 11:59:57 +0000 (13:59 +0200)
commit37cf98fa224a2ae5fc5cfa380bdb291e90d6413d
treec45ae3eb8d69d7f8a0ffa153f413584c72be4dc8
parent0c5380e906116b61ce9ed5310181291941b75227
doc: Use generic rules for man/html generation

Prior to this patch, the Makefile.am needs to be modified multiple
places to add a new man or HTML page to be generated.  Since it is not
too often we modify this, it is easy to miss these finer details.

This changes the man and HTML generator rules to be more generic and use
variables as many places as possible.  Also moved all the lines which
should not need to be changed as much towards the bottom-half of the
file.

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