X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=Makefile.am;h=49750bbe69b0271763f4dcde9373aed3de9e5687;hp=274bf2cc22098614e825cbf5be482607e63830e3;hb=75ca5258ff9bb2986d5f7c07d2ae47078d240722;hpb=a01e3f87ebd87f3f3df92f17d8d0cda5825d5275 diff --git a/Makefile.am b/Makefile.am index 274bf2c..49750bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,43 +6,47 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) -EXTRA_DIST = $(DX_CONFIG) \ - doc \ - schemas \ - cpp-opensaml.sln \ - libtool.m4 \ - doxygen.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` + rm -rf `find $(distdir)/doc/api -name .svn` -SUBDIRS = schemas saml samltest +SUBDIRS = doc schemas saml samltest samlsign +if DX_COND_doc all-local: opensaml.spec pkginfo doxygen-doc +else +all-local: opensaml.spec pkginfo +endif + +install-data-hook: + rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api + cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@ opensaml.spec: opensaml.spec.in Makefile rm -f $@.tmp - sed < $< > $@.tmp \ + sed < $@.in > $@.tmp \ -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ pkginfo: pkginfo.in Makefile rm -f $@.tmp - sed < $< > $@.tmp \ + sed < $@.in > $@.tmp \ -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ +EXTRA_DIST = $(DX_CONFIG) \ + cpp-opensaml2.sln \ + libtool.m4 \ + doxygen.m4 \ + acx_pthread.m4 \ + depcomp \ + config_win32.h \ + opensaml.spec.in \ + opensaml.spec \ + pkginfo.in \ + pkginfo \ + depend \ + postinstall + DISTCLEANFILES = opensaml.spec pkginfo