From 6c736171bddcdf0fce707333b9b3a21dafdb4d3a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Aug 2007 09:53:20 +0000 Subject: [PATCH] Removed ZIP_DEPENDS and moved dependency on release and tag targets to install target instead. --- xsl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.0