X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=99783bd397eaab317e8dbd56245edba6f4adf924;hb=2f45703c670afd20e2d79e2dc51070856ae0eb65;hp=3dbc715b3767b4b539ed5a7fbb375e52e4948c81;hpb=8f3c307cbe3a41f9e8367878e26589db22ef263d;p=shibboleth%2Fcpp-opensaml.git diff --git a/Makefile.am b/Makefile.am index 3dbc715..99783bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: rm -rf `find $(distdir)/samltest/data -name .svn` + rm -rf `find $(distdir)/doc/api -name .svn` SUBDIRS = doc schemas saml samltest samlsign @@ -20,8 +21,8 @@ all-local: opensaml.spec pkginfo endif install-data-hook: - rm -rf $(DESTDIR)$(prefix)/doc/@PACKAGE@/api - cp -r doc/api $(DESTDIR)$(prefix)/doc/@PACKAGE@ + rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api + cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@ opensaml.spec: opensaml.spec.in Makefile rm -f $@.tmp @@ -47,6 +48,7 @@ EXTRA_DIST = $(DX_CONFIG) \ opensaml.spec \ pkginfo.in \ pkginfo \ - checkinstall + depend \ + postinstall DISTCLEANFILES = opensaml.spec pkginfo