Makefile and specfile changes for SuSE.
[shibboleth/cpp-sp.git] / doc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
4
5 install-data-hook:
6         cp -r api $(DESTDIR)$(pkgdocdir)
7         rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`
8
9 docfiles = \
10         CREDITS.txt \
11         LICENSE.txt \
12         NOTICE.txt \
13         README.txt \
14         RELEASE.txt \
15         FASTCGI.LICENSE \
16         OPENSSL.LICENSE \
17         LOG4CPP.LICENSE \
18         main.css \
19         logo.jpg
20         
21 pkgdoc_DATA = $(docfiles)
22
23 EXTRA_DIST = $(docfiles) api