From: Michael Smith Date: Tue, 28 Aug 2007 09:16:40 +0000 (+0000) Subject: Made the release target depend on the smoketest target; made the X-Git-Tag: release/1.79.1~6^2~1745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a2076d6db6ceb23cf368e8c80b8e55889332ffc;p=docbook-dsssl Made the release target depend on the smoketest target; made the distrib target no longer depend on the smoketest target. --- diff --git a/xsl/Makefile b/xsl/Makefile index 4b1b72ec6..a7c8916d6 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -18,11 +18,11 @@ DISTRIB_CHANGELOG_INCLUDES = gentext xsl-saxon xsl-xalan # value of DISTRIB_DEPENDS is a space-separated list of any # targets for this distro's "distrib" target to depend on -DISTRIB_DEPENDS = smoketest doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf extensions +DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf extensions # value of RELEASE_DEPENDS is a space-separated list of any # targets for this distro's "release" target to depend on -RELEASE_DEPENDS = +RELEASE_DEPENDS = smoketest # value of ZIP_DEPENDS is a space-separated list of any targets # for this distro's "zip" target to depend on @@ -83,7 +83,7 @@ ifeq (,$(findstring xsltproc,$(XSLT))) @echo @echo "-----------------------------------------------------------------" @echo " To build using xsltproc, run make as follows:" - @echo " make XSLT=\"\$$DOCBOOK_SVN/buildtools/xslt -xsltproc\"" + @echo " make XSLTENGINE=\"xsltproc\"" @echo "-----------------------------------------------------------------" endif