From: Michael Smith Date: Mon, 25 Jun 2007 12:42:58 +0000 (+0000) Subject: Move extensions packaging out of distrib target and into release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d27d636c39c1a8439089e82886634e74b8a2d346;p=docbook-dsssl Move extensions packaging out of distrib target and into release target (so that extensions don't get packaged in snapshots). --- 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