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:
Alon Bar-Lev 2012-03-22 14:56:14 +02:00 committed by Eric F Crist
parent 09968bb463
commit 4886d517e5
5 changed files with 19 additions and 0 deletions

View File

@ -35,6 +35,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = easy-rsa
SUBDIRS = doc
dist_doc_DATA = \
COPYRIGHT.GPL \
COPYING

View File

@ -47,5 +47,6 @@ AC_SUBST([easyrsadir])
AC_CONFIG_FILES([
Makefile
doc/Makefile
])
AC_OUTPUT

16
doc/Makefile.am Normal file
View 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