mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 17:30:41 -08:00
Always produce the HTML files.
This commit is contained in:
parent
a21ce69a22
commit
4565ba2f45
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ FILTER = sed 's,@VERSION@,$(VERSION),g'
|
|||
|
||||
ECL = ../ecl
|
||||
|
||||
all: $(INFO_FILES) $(HTML_FILES)
|
||||
all: $(INFO_FILES) $(HTML_FILES) developers_manual user_manual
|
||||
|
||||
ecl.dvi: $(srcdir)/user.txi $(srcdir)/macros.txi clisp.sty ecl.sty
|
||||
tex $(srcdir)/user.txi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue