From 4e03e54227aea7f64cb5749808a9a4d7779b23e1 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 18 Apr 2005 10:00:19 +0000 Subject: [PATCH] enable ability to do "make NEWS" and have "make install.sh" also make .CatalogManager.properties and .urilist --- releasetools/Targets.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index 45f0e96ed..c8d70d94b 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -18,10 +18,12 @@ RELEASE-NOTES.txt: RELEASE-NOTES.html echo $$uri >> .urilist; \ done -install.sh: +install.sh: .CatalogManager.properties.example .urilist cp -p $(INSTALL_SH) install.sh -distrib: all $(DISTRIB_DEPENDS) .CatalogManager.properties.example install.sh .urilist +distrib: all $(DISTRIB_DEPENDS) $(NEWSFILE) install.sh + +$(NEWSFILE): $(CVS2LOG) -w ifeq ($(DIFFVER),) $(MERGELOGS) > $(NEWSFILE) -- 2.40.0