From 8a2076d6db6ceb23cf368e8c80b8e55889332ffc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 28 Aug 2007 09:16:40 +0000 Subject: [PATCH] Made the release target depend on the smoketest target; made the distrib target no longer depend on the smoketest target. --- xsl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.40.0