Improve logging around XML processing of content.
[shibboleth/sp.git] / doc / Makefile.am
index 1b5f656..03f93ee 100644 (file)
@@ -1,11 +1,13 @@
 AUTOMAKE_OPTIONS = foreign
 
-pkgdocdir = $(datadir)/doc/@PACKAGE@
+pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
+
+install-data-hook:
+       cp -r api $(DESTDIR)$(pkgdocdir)
+       rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`
 
 docfiles = \
        CREDITS.txt \
-       INSTALL.txt \
-       INSTALL-WIN32.txt \
        LICENSE.txt \
        NOTICE.txt \
        README.txt \
@@ -19,4 +21,3 @@ docfiles = \
 pkgdoc_DATA = $(docfiles)
 
 EXTRA_DIST = $(docfiles) api
-