X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=Makefile.am;h=94f7c837ebfb3192b32ce2497ed5867d4dc54147;hp=3de9c4e1d879a1c059be0133e9690afa118ae243;hb=6ebcb67a473a229bc788dc759a36b40a820a97aa;hpb=4f1682334b1cdd6772c550512c7efd1e0b535e6c diff --git a/Makefile.am b/Makefile.am index 3de9c4e..94f7c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,36 +6,17 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) -EXTRA_DIST = $(DX_CONFIG) \ - doc \ - schemas \ - cpp-opensaml2.sln \ - libtool.m4 \ - doxygen.m4 \ - acx_pthread.m4 \ - depcomp \ - config_win32.h \ - opensaml.spec.in \ - opensaml.spec \ - pkginfo.in \ - pkginfo \ - checkinstall - - dist-hook: rm -rf `find $(distdir)/samltest/data -name .svn` - rm -rf `find $(distdir)/schemas -name .svn` - rm -rf `find $(distdir)/schemas -name Makefile` - rm -rf `find $(distdir)/doc -name .svn` - rm -rf `find $(distdir)/doc -name Makefile` -SUBDIRS = schemas saml samltest +SUBDIRS = doc schemas saml samltest all-local: opensaml.spec pkginfo if DX_COND_doc all-local: doxygen-doc +APIDOCS = doc/api endif install-data-hook: @@ -54,4 +35,18 @@ pkginfo: pkginfo.in Makefile -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ +EXTRA_DIST = $(DX_CONFIG) \ + $(APIDOCS) \ + cpp-opensaml2.sln \ + libtool.m4 \ + doxygen.m4 \ + acx_pthread.m4 \ + depcomp \ + config_win32.h \ + opensaml.spec.in \ + opensaml.spec \ + pkginfo.in \ + pkginfo \ + checkinstall + DISTCLEANFILES = opensaml.spec pkginfo