mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 23:00:54 -08:00
The news file depends on previous announcements
This commit is contained in:
parent
27627e1dd6
commit
b1994babca
1 changed files with 2 additions and 2 deletions
|
|
@ -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 '<pre>'; cat $(srcdir)/../../ANNOUNCEMENT| sed -e '1d'; echo '</pre>' \
|
||||
news.html: head $(srcdir)/../..ANNOUNCEMENT
|
||||
(cat head; echo '<pre>'; cat $(srcdir)/../../ANNOUNCEMENT; echo '</pre>';\
|
||||
cat $(srcdir)/end) | $(FILTER) > $@
|
||||
benchmark.html: $(srcdir)/benchmark.in.html BENCHMARK head
|
||||
(cat head; cat $(srcdir)/benchmark.in.html; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue