From: Michael Smith Date: Mon, 4 Apr 2005 11:19:43 +0000 (+0000) Subject: DISTRIB_DEPENDS, for specifying dependencies for "distrib" target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d69d7ccf1e8f128bbc6989aa77ea6da057ecbd;p=docbook-dsssl DISTRIB_DEPENDS, for specifying dependencies for "distrib" target --- diff --git a/cvstools/Makefile.common b/cvstools/Makefile.common index c86031492..9964b261c 100644 --- a/cvstools/Makefile.common +++ b/cvstools/Makefile.common @@ -8,7 +8,7 @@ RELEASE-NOTES.html: RELEASE-NOTES.xml RELEASE-NOTES.txt: RELEASE-NOTES.html $(BROWSER) $(BROWSER_OPTS) $< > $@ -distrib: all $(RELEASEDOCS) +distrib: all $(DISTRIB_DEPENDS) $(CVS2LOG) -w ifeq ($(DIFFVER),) $(MERGELOGS) > WhatsNew