Makefile and specfile changes for SuSE.
[shibboleth/cpp-opensaml.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         README.txt \
11         LICENSE.txt \
12         NOTICE.txt \
13         LOG4CPP.LICENSE
14
15 pkgdoc_DATA = $(docfiles)
16
17 EXTRA_DIST = $(docfiles) api