Rev version and add README file.
[shibboleth/cpp-opensaml.git] / doc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 pkgdocdir = $(datadir)/doc/@PACKAGE@
4
5 docfiles = \
6     README.txt \
7         LICENSE.txt \
8         NOTICE.txt \
9         LOG4CPP.LICENSE
10
11 pkgdoc_DATA = $(docfiles)
12
13 EXTRA_DIST = $(docfiles) api
14