From 6eddb21d98b673c3886ea91f13bd99ffdcf24840 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Aug 2007 08:43:29 +0000 Subject: [PATCH] Moved RELEASE-NOTES.pdf out of distrib target and into release target. --- xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/Makefile b/xsl/Makefile index a7c8916d6..2f80407c9 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -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 = doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf extensions +DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt extensions # value of RELEASE_DEPENDS is a space-separated list of any # targets for this distro's "release" target to depend on -RELEASE_DEPENDS = smoketest +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 -- 2.40.0