Update doc files, add release notes.
[shibboleth/cpp-sp.git] / doc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 pkgdocdir = $(prefix)/doc/@PACKAGE@
4
5 docfiles = \
6         CREDITS.txt \
7         INSTALL.txt \
8         INSTALL-WIN32.txt \
9         LICENSE.txt \
10         NOTICE.txt \
11         README.txt \
12         RELEASE.txt \
13         OPENSSL.LICENSE \
14         LOG4CPP.LICENSE \
15         main.css \
16         logo.jpg
17         
18 pkgdoc_DATA = $(docfiles)
19
20 EXTRA_DIST = $(docfiles)
21