From f34f0420899594847b6e7633a4488f034a4300f6 Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 29 Dec 2008 16:58:51 +0000 Subject: Produce better html code with coqdoc and improve doc: - correct nesting of a and div (fixes bug #2022) - use span instead of div for inline parts - fix standard lib template missing/new links - use -g to produce the stdlib doc (no proofs) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11724 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.doc') diff --git a/Makefile.doc b/Makefile.doc index 9f98cc2b5..e850f1c28 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -153,7 +153,7 @@ doc/faq/html/index.html: doc/faq/FAQ.v.html doc/stdlib/index-body.html: | $(COQDOC) $(THEORIESVO) - rm -rf doc/stdlib/html $(MKDIR) doc/stdlib/html - $(COQDOC) -q -boot -d doc/stdlib/html --multi-index --html \ + $(COQDOC) -q -boot -d doc/stdlib/html --multi-index --html -g \ -R theories Coq $(THEORIESVO:.vo=.v) mv doc/stdlib/html/index.html doc/stdlib/index-body.html -- cgit v1.2.3