From e9d5db3172cd707288166d3bf31506881ff1c16e Mon Sep 17 00:00:00 2001 From: notin Date: Tue, 14 Oct 2008 17:54:15 +0000 Subject: report de la révision r11451 (nouveau style html pour le manuel de référence) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11452 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.doc | 8 +-- doc/refman/cover.html | 156 ++++++++++++++++++++++++++++++++++++++++---------- doc/refman/styles.hva | 97 +++++++++++++++++++++++++++++++ 3 files changed, 227 insertions(+), 34 deletions(-) create mode 100644 doc/refman/styles.hva diff --git a/Makefile.doc b/Makefile.doc index 9d46ea71e5..89a2290b2a 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -97,17 +97,17 @@ doc/refman/Reference-Manual.pdf: $(REFMANFILES) doc/refman/Reference-Manual.tex ### Reference Manual (browsable format) -doc/refman/Reference-Manual.html: doc/refman/headers.hva doc/refman/Reference-Manual.dvi # to ensure bbl file - (cd doc/refman; $(HEVEA) $(HEVEAOPTS) ./Reference-Manual.tex) +doc/refman/Reference-Manual.html: doc/refman/styles.hva doc/refman/headers.hva doc/refman/Reference-Manual.dvi # to ensure bbl file + (cd doc/refman; $(HEVEA) $(HEVEAOPTS) ./styles.hva ./Reference-Manual.tex) doc/refman/html/index.html: doc/refman/Reference-Manual.html $(REFMANPNGFILES) \ doc/refman/cover.html doc/refman/index.html - rm -rf doc/refman/html $(MKDIR) doc/refman/html $(INSTALLLIB) $(REFMANPNGFILES) doc/refman/html - (cd doc/refman/html; hacha -o toc.html ../Reference-Manual.html) + (cd doc/refman/html; hacha -nolinks -tocbis -o toc.html ../styles.hva ../Reference-Manual.html) $(INSTALLLIB) doc/refman/cover.html doc/refman/menu.html doc/refman/html - $(INSTALLLIB) doc/refman/index.html doc/refman/html + $(INSTALLLIB) doc/refman/cover.html doc/refman/html/index.html refman-quick: (cd doc/refman; \ diff --git a/doc/refman/cover.html b/doc/refman/cover.html index d986a75f27..d949e00e35 100644 --- a/doc/refman/cover.html +++ b/doc/refman/cover.html @@ -2,37 +2,133 @@
-The Coq Proof Assistant
- Reference Manual