X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e6172ac54a7a8bc5b8c170999df400a236d9e023;hb=b22d0e89f3992535781f8cb5846a874e141bd349;hp=34f91c2381bca18ae1b244d6e47ee20291a8be76;hpb=54db70a102daad9c0c8ee0b6e958c51eea1c6fea;p=shibboleth%2Fsp.git diff --git a/Makefile.am b/Makefile.am index 34f91c2..e6172ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ WANT_SUBDIRS = @WANT_SUBDIRS@ SUBDIRS = $(WANT_SUBDIRS) -DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib odbc-store selinux +DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib fastcgi odbc-store selinux if DX_COND_doc all-local: shibboleth.spec pkginfo doxygen-doc @@ -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