File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ COQDEP="$(COQBIN)coqdep" $(COQINCLUDES)
118118COQDOC ="$(COQBIN ) coqdoc"
119119COQEXEC ="$(COQBIN ) coqtop" $(COQINCLUDES ) $(COQEXTRACTOPTS ) -batch -load-vernac-source
120120COQCHK ="$(COQBIN ) coqchk" $(COQINCLUDES )
121+ COQ2HTML =coq2html
121122MENHIR =menhir
122123CP =cp
123124
@@ -281,7 +282,7 @@ FORCE:
281282documentation : $(FILES )
282283 mkdir -p doc/html
283284 rm -f doc/html/* .html
284- coq2html -d doc/html/ -base compcert -short-names \
285+ $( COQ2HTML ) -d doc/html/ -base compcert -short-names \
285286 $(patsubst % , % /* .glob, $(DIRS ) ) \
286287 $(filter-out cparser/Parser.v, $^)
287288
Original file line number Diff line number Diff line change 2525
2626< H1 align ="center "> The CompCert verified compiler</ H1 >
2727< H2 align ="center "> Commented Coq development</ H2 >
28- < H3 align ="center "> Version 3.15, 2024-12-13 </ H3 >
28+ < H3 align ="center "> Version 3.16, 2025-09-01 </ H3 >
2929
3030< H2 > Introduction</ H2 >
3131
You can’t perform that action at this time.
0 commit comments