X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e6172ac54a7a8bc5b8c170999df400a236d9e023;hb=b22d0e89f3992535781f8cb5846a874e141bd349;hp=76710875d74caddf78c7648a35a85ece337bdcf8;hpb=d31ed0699bb45ac8fdb0961bba9623ff857b5a03;p=shibboleth%2Fsp.git diff --git a/Makefile.am b/Makefile.am index 7671087..e6172ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,12 @@ all-local: shibboleth.spec pkginfo endif install-data-hook: - rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api - cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@ + rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api + cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@ + +dist-hook: + rm -rf `find $(distdir)/isapi_shib -name .svn` + rm -rf `find $(distdir)/doc/api -name .svn` shibboleth.spec: shibboleth.spec.in Makefile rm -f $@.tmp @@ -48,6 +52,7 @@ EXTRA_DIST = $(DX_CONFIG) \ shibboleth.spec \ pkginfo.in \ pkginfo \ - checkinstall + depend \ + postinstall DISTCLEANFILES = shibboleth.spec pkginfo