X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile.am;h=7ad576fe42f200910e28f87c287fbd0357eb57ef;hb=a40e7a28d3b1ec648af20d8bd018b04f9c72f093;hp=25d6f2d37e5241ce373b9e7dff900b0a94bca4bf;hpb=466119cb7e540f468c095baaac56b6b4a3dc5c99;p=shibboleth%2Fcpp-xmltooling.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 25d6f2d..7ad576f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +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 = \ - README.txt \ + README.txt \ LICENSE.txt \ NOTICE.txt \ OPENSSL.LICENSE \