]> git.ipfire.org Git - thirdparty/openvpn.git/blame - doc/Makefile.am
Add deferred authentication support to plugin-auth-pam
[thirdparty/openvpn.git] / doc / Makefile.am
CommitLineData
34cb9132
ABL
1#
2# OpenVPN -- An application to securely tunnel IP networks
3# over a single UDP port, with support for SSL/TLS-based
4# session authentication and key exchange,
5# packet encryption, packet authentication, and
6# packet compression.
7#
49979459 8# Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
34cb9132
ABL
9# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10#
11
12MAINTAINERCLEANFILES = \
13 $(srcdir)/Makefile.in
14
15CLEANFILES = openvpn.8.html
16
66bf378e
SK
17SUBDIRS = doxygen
18
34cb9132
ABL
19dist_doc_DATA = \
20 management-notes.txt
21
ce8271f5 22dist_noinst_DATA = \
62b1cc16 23 README.plugins interactive-service-notes.rst
ce8271f5 24
34cb9132 25if WIN32
ce8271f5 26dist_noinst_DATA += openvpn.8
34cb9132
ABL
27nodist_html_DATA = openvpn.8.html
28openvpn.8.html: $(srcdir)/openvpn.8
29 $(MAN2HTML) < $(srcdir)/openvpn.8 > openvpn.8.html
30else
31dist_man_MANS = openvpn.8
32endif
33