diff options
| -rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index d7477a9fb9..cb85f3322c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -120,6 +120,8 @@ Reference-Manual.html: $(INPUTS) $(REFMANFILES) $(COQTEXFILES) biblio.bib hevea -fix ./book-html.sty ./coq-html.sty ./Reference-Manual.tex #1.04 hevea ./book-html.sty ./coq-html.sty ./Reference-Manual.tex +coq.info: $(INPUTS) $(REFMANFILES) $(COQTEXFILES) biblio.bib + hevea -info ./book-html.sty ./coq-html.sty ./Reference-Manual.tex doc-html.tar.gz: all-html - $(MKDIR) coq-docs-html |
