From 79490d29774277801ccd4b7fa68dd9770bab8a6f Mon Sep 17 00:00:00 2001 From: coq Date: Mon, 5 Jan 2004 08:30:35 +0000 Subject: correction bugs commit precedent et mise en forme html git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8456 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 424a3d1be7..f0a0c4c60c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -31,7 +31,7 @@ COQWEBSTY=/usr/share/texmf/tex/latex/misc/ HEVEALIB=/usr/local/lib/hevea LATEX=latex -BIBTEX=bibtex -min-crossref=10 +BIBTEX=bibtex -min-crossrefs=10 MAKEINDEX=makeindex PDFLATEX=pdflatex @@ -139,8 +139,9 @@ Changes.v.html: Changes.v.tex hevea ./Changes.v.tex Reference-Manual.html: $(INPUTS) $(REFMANFILES) $(COQTEXFILES) biblio.bib - hevea -fix ./book-html.sty ./coq-html.sty ./Reference-Manual.tex +#1.05 ? hevea -fix ./book-html.sty ./coq-html.sty ./Reference-Manual.tex #1.04 hevea ./book-html.sty ./coq-html.sty ./Reference-Manual.tex + hevea -fix -nosymb -exec xxdate.exe ./Reference-Manual.tex faq.v.html: faq.v.tex hevea ./faq.v.tex -- cgit v1.2.3