Skip to Content.
Sympa Menu

coq-club - [Coq-Club]Using coqdoc

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club]Using coqdoc


chronological Thread 
  • From: Pierre Casteran <pierre.casteran AT labri.fr>
  • To: Coq Club <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club]Using coqdoc
  • Date: Tue, 02 May 2006 13:20:19 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi.

Which is the good option for coqdoc in case of a multi-directory development ?

I have a development splitted in various subdirectories D1 D2 D3.

I call coq_makefile D1/*.v D2/*.v D3/*.v -I D1 -I D2 -I D3
and I manage to have : COQC=$(COQBIN)coqc -dump-glob htmllinks
and a target

doc: $(VFILES)
   $(COQDOC) --glob-from htmllinks \
  $(VFILES)


The problem is that all html files are put in the current directory with names like
D1.M1.html, D2.M2.html, though the a- links in html files have the (correct)
form ".../D1/M1.html"


Is there something to change in the call to coq_makefile and/or the options to coqc and coqdoc ?

Thanks,
Pierre





Archive powered by MhonArc 2.6.16.

Top of Page