build: doc
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
09968bb463
commit
4886d517e5
@ -35,6 +35,8 @@ MAINTAINERCLEANFILES = \
|
||||
|
||||
EXTRA_DIST = easy-rsa
|
||||
|
||||
SUBDIRS = doc
|
||||
|
||||
dist_doc_DATA = \
|
||||
COPYRIGHT.GPL \
|
||||
COPYING
|
||||
|
||||
@ -47,5 +47,6 @@ AC_SUBST([easyrsadir])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
doc/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
16
doc/Makefile.am
Normal file
16
doc/Makefile.am
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# Easy-RSA -- This is a small RSA key management package, based on the openssl
|
||||
# command line tool, that can be found in the easy-rsa subdirectory
|
||||
# of the OpenVPN distribution. While this tool is primary concerned
|
||||
# with key management for the SSL VPN application space, it can also
|
||||
# be used for building web certificates.
|
||||
#
|
||||
# Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
|
||||
# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||
#
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/Makefile.in
|
||||
|
||||
dist_doc_DATA = README-2.0
|
||||
dist_noinst_DATA = README-1.0
|
||||
Loading…
x
Reference in New Issue
Block a user