X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=2f06a8db8c24fff8cdf15a281ea11286bca6063e;hb=refs%2Fheads%2Fupstream%2Ftags%2F1.2.1;hp=c3c55a955513ce6c72c89e0b630fc58b44ee751c;hpb=5fd95b5dfa0e4bb218c0bd810f1d5c6ccef21c8c;p=shibboleth%2Fxmltooling.git diff --git a/Makefile.am b/Makefile.am index c3c55a9..2f06a8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,19 +13,13 @@ dist-hook: SUBDIRS = doc schemas xmltooling xmltoolingtest -GENFILES = xmltooling.spec pkginfo Portfile - if DX_COND_doc -all-local: doxygen-doc $(GENFILES) +all-local: doxygen-doc else -all-local: $(GENFILES) +all-local: endif -$(GENFILES): %: %.in Makefile - rm -f $@.tmp - sed < $@.in > $@.tmp \ - -e 's:@-VERSION-@:${VERSION}:' - mv $@.tmp $@ +GENFILES = xmltooling.spec pkginfo Portfile EXTRA_DIST = $(DX_CONFIG) \ cpp-xmltooling.sln \ @@ -39,5 +33,3 @@ EXTRA_DIST = $(DX_CONFIG) \ $(GENFILES:%=%.in) \ depend \ postinstall - -DISTCLEANFILES = $(GENFILES)