mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Build download.html as well.
This commit is contained in:
parent
44f71e08f7
commit
6ac05a4b6e
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
|||
VERSION=@ECL_VERSION@
|
||||
|
||||
HTML = index.html license.html lgpl.html news.html user_manual benchmark.html \
|
||||
install.html developers_manual
|
||||
install.html developers_manual download.html
|
||||
|
||||
FILTER = sed 's,@VERSION@,$(VERSION),g'
|
||||
|
||||
|
|
@ -49,6 +49,8 @@ ecl.info: $(srcdir)/user.txi $(srcdir)/macros.txi
|
|||
ecldev.info: $(srcdir)/devel.txi $(srcdir)/macros.txi
|
||||
makeinfo -I $(srcdir) --no-split $(srcdir)/devel.txi
|
||||
|
||||
download.html: $(srcdir)/download.in.html
|
||||
cat $(srcdir)/head $? $(srcdir)/end | $(FILTER) > $@
|
||||
index.html: $(srcdir)/index.in.html
|
||||
cat $(srcdir)/head $? $(srcdir)/end | $(FILTER) > $@
|
||||
install.html: $(srcdir)/install.in.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue