From e7d69d7ccf1e8f128bbc6989aa77ea6da057ecbd Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 4 Apr 2005 11:19:43 +0000 Subject: [PATCH] DISTRIB_DEPENDS, for specifying dependencies for "distrib" target --- cvstools/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0