File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,16 @@ $(DOCDIR)/dependency_graph.dot: $(DOCDIR)/dependency_graph.pre
132132 tred $(DOCDIR ) /dependency_graph.pre > $(DOCDIR ) /dependency_graph.dot
133133
134134html : build $(DOCDIR ) /dependency_graph.dot
135+ mkdir -p $(DOCDIR )
136+ find . -not -path ' */.*' -name " *.v" -or -name " *.glob" | xargs rocqnavi \
137+ -title " Mathcomp Analysis" \
138+ -d $(DOCDIR ) -base mathcomp -Q theories analysis \
139+ -coqlib https://rocq-prover.org/doc/V8.20.1/stdlib/ \
140+ -dependency-graph $(DOCDIR ) /dependency_graph.dot \
141+ -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.ssreflect \
142+ -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.algebra
143+
144+ machtml : build $(DOCDIR ) /dependency_graph.dot
135145 coqdep -f _CoqProject > depend.d
136146 cat -n depend.d >&2
137147 gsed -i ' s/Classical/mathcomp\.classical/' depend.dot
You can’t perform that action at this time.
0 commit comments