From d27d636c39c1a8439089e82886634e74b8a2d346 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Jun 2007 12:42:58 +0000 Subject: [PATCH] Move extensions packaging out of distrib target and into release target (so that extensions don't get packaged in snapshots). --- xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/Makefile b/xsl/Makefile index 858dda332..50ea41be6 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -12,11 +12,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 = extensions doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf +DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf # value of RELEASE_DEPENDS is a space-separated list of any # targets for this distro's "release" target to depend on -RELEASE_DEPENDS = ChangeHistory.xml.zip +RELEASE_DEPENDS = ChangeHistory.xml.zip extensions # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded -- 2.40.0