Skip to Content.
Sympa Menu

coq-club - [Coq-Club] html coqdoc does not generate some files?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] html coqdoc does not generate some files?


Chronological Thread 
  • From: Alan Schmitt <alan.schmitt AT polytechnique.org>
  • To: "coq-club Club" <coq-club AT inria.fr>
  • Subject: [Coq-Club] html coqdoc does not generate some files?
  • Date: Fri, 04 Jan 2013 11:32:57 +0100

Hello,

I just noticed I had many broken links on my site that come from using
coqdoc with html output. More precisery, when I run

coqdoc -toc -html -d html *.v

I get an html file for each of the .v files, as well as a toc.html and
index.html. In the later, I have a lot of links of the form:

<a href="agent.html#agent">agent</a> [inductive, in <a
href="agent.html">agent</a>]<br/>

but no file "agent.html" was generated.

There is an agent target defined in one of the files:

HOC02DefLTS.html:<span class="id" type="keyword">Inductive</span> <a
name="agent"><span class="id" type="inductive">agent</span></a> : <span
class="id" type="keyword">Set</span> :=<br/>

but the file name is not correctly set in index.html.

Is it a (known) bug?

Thanks,

Alan



Archive powered by MHonArc 2.6.18.

Top of Page