X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=Makefile.am;h=e6172ac54a7a8bc5b8c170999df400a236d9e023;hp=7fd7ef70e9d88d5a480671966be63191c67fbb84;hb=HEAD;hpb=992371762c03048877552ffe5f8f25190287c5ed diff --git a/Makefile.am b/Makefile.am index 7fd7ef7..e6172ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,21 +2,30 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I . -EXTRA_DIST = \ - isapi_shib isapi_shib_gui \ - Shibboleth.sln libtool.m4 acx_pthread.m4 depcomp \ - config_win32.h shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall +include doxygen.am -dist-hook: - rm -rf `find $(distdir)/configs -name Makefile` +MOSTLYCLEANFILES = $(DX_CLEANFILES) 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 +APIDOCS = doc/api +else all-local: shibboleth.spec pkginfo +endif + +install-data-hook: + 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 @@ -30,4 +39,20 @@ pkginfo: pkginfo.in Makefile -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ +EXTRA_DIST = $(DX_CONFIG) \ + $(APIDOCS) \ + isapi_shib \ + Shibboleth.sln \ + libtool.m4 \ + doxygen.m4 \ + acx_pthread.m4 \ + depcomp \ + config_win32.h \ + shibboleth.spec.in \ + shibboleth.spec \ + pkginfo.in \ + pkginfo \ + depend \ + postinstall + DISTCLEANFILES = shibboleth.spec pkginfo