]> granicus.if.org Git - docbook-dsssl/commitdiff
Added "release" target, = distrib + ChangeHistory.xml (in order to
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 23 Jun 2007 02:28:54 +0000 (02:28 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 23 Jun 2007 02:28:54 +0000 (02:28 +0000)
avoid need to build the ChangeHistory.xml file each time and for
the snapshots).

releasetools/Targets.mk
xsl/Makefile

index ea231289f4654fbab9437d960f2f0646d48585ea..d0268b641c565f1fa91957e4ca0347d965ba1c91 100644 (file)
@@ -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),)
index 41f830292f119d91b5f2e3512ab9d188826023f8..56c82629416450f08f8285f427aac4adacf27004 100644 (file)
@@ -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