]> granicus.if.org Git - docbook-dsssl/commitdiff
Made the release target depend on the smoketest target; made the
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Aug 2007 09:16:40 +0000 (09:16 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Aug 2007 09:16:40 +0000 (09:16 +0000)
distrib target no longer depend on the smoketest target.

xsl/Makefile

index 4b1b72ec6ec644a3b6a376ca70e9a16b2d437ab2..a7c8916d642cdaadcfa64ef74ea03a6e17a010c0 100644 (file)
@@ -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