From f08a0f68d0deace7dabd334ccead08f3b43b537b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 23 Aug 2007 10:50:19 +0000 Subject: [PATCH] Make distrib target again depend on the extensions target (as it used to before I decided it should only be a dependency for the release target...) --- xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/Makefile b/xsl/Makefile index 30feafd53..71160deff 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -18,11 +18,11 @@ DISTRIB_CHANGELOG_INCLUDES = gentext # 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 +DISTRIB_DEPENDS = smoketest 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 = extensions +RELEASE_DEPENDS = # value of ZIP_DEPENDS is a space-separated list of any targets # for this distro's "zip" target to depend on -- 2.50.1