# 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
@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