From: Michael Smith Date: Wed, 29 Aug 2007 09:53:20 +0000 (+0000) Subject: Removed ZIP_DEPENDS and moved dependency on release and tag X-Git-Tag: release/1.79.1~6^2~1716 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04a5f0197c34de4d1068ac4cd493d1bc91d6250e;p=docbook-dsssl Removed ZIP_DEPENDS and moved dependency on release and tag targets to install target instead. --- diff --git a/xsl/Makefile b/xsl/Makefile index 2f80407c9..1283d5cce 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -24,9 +24,9 @@ DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt extensions # targets for this distro's "release" target to depend on RELEASE_DEPENDS = smoketest RELEASE-NOTES.pdf -# value of ZIP_DEPENDS is a space-separated list of any targets -# for this distro's "zip" target to depend on -ZIP_DEPENDS = tag release +# value of INSTALL_DEPENDS is a space-separated list of any +# targets for this distro's "install" target to depend on +INSTALL_DEPENDS = release tag # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded