From: Michael Smith Date: Sat, 23 Jun 2007 02:28:54 +0000 (+0000) Subject: Added "release" target, = distrib + ChangeHistory.xml (in order to X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85c391b672e0f81438ad9d978c2ca0e850f55ff9;p=docbook-dsssl Added "release" target, = distrib + ChangeHistory.xml (in order to avoid need to build the ChangeHistory.xml file each time and for the snapshots). --- diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index ea231289f..d0268b641 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -86,9 +86,11 @@ install.sh: $(INSTALL_SH) .CatalogManager.properties.example .urilist catalog.xm ifeq ($(OFFLINE),yes) distrib: all $(DISTRIB_DEPENDS) else -distrib: all $(DISTRIB_DEPENDS) $(NEWSFILE) ChangeHistory.xml.zip +distrib: all $(DISTRIB_DEPENDS) $(NEWSFILE) endif +release: distrib $(RELEASE_DEPENDS) + #newversion: #ifeq ($(CVSCHECK),) #ifeq ($(DIFFVER),) diff --git a/xsl/Makefile b/xsl/Makefile index 41f830292..56c826294 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -14,6 +14,10 @@ DISTRIB_CHANGELOG_INCLUDES = gentext # targets for this distro's "distrib" target to depend on DISTRIB_DEPENDS = extensions 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 + # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded # from the zip file and tarball for the release