Skip to content

Commit c2e18be

Browse files
authored
fix ci (#1672)
1 parent 28d169d commit c2e18be

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile.common

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

134134
html: 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

0 commit comments

Comments
 (0)