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-Tag: release/1.79.1~6^2~2106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33ae111aa628e5c2ae40900b6c02373796a148b4;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