From b1994babcae7d9ba210b3464219f86ed55b5bd87 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sat, 29 Dec 2007 20:00:10 +0000 Subject: [PATCH] The news file depends on previous announcements --- src/doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index 7511f37b7..63cf70fce 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -118,8 +118,8 @@ cvs.html: $(srcdir)/cvs.in.html head cat head $(srcdir)/cvs.in.html $(srcdir)/end | $(FILTER) > $@ install.html: $(srcdir)/install.in.html head cat head $(srcdir)/install.in.html $(srcdir)/end | $(FILTER) > $@ -news.html: head - (cat head; echo '
'; cat $(srcdir)/../../ANNOUNCEMENT| sed -e '1d'; echo '
' \ +news.html: head $(srcdir)/../..ANNOUNCEMENT + (cat head; echo '
'; cat $(srcdir)/../../ANNOUNCEMENT; echo '
';\ cat $(srcdir)/end) | $(FILTER) > $@ benchmark.html: $(srcdir)/benchmark.in.html BENCHMARK head (cat head; cat $(srcdir)/benchmark.in.html; \