We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make html
1 parent 096ff50 commit c7040fcCopy full SHA for c7040fc
Makefile.common
@@ -114,8 +114,10 @@ $(DOCDIR)/dependency_graph.dot: $(DOCDIR)/dependency_graph.pre
114
115
html: build $(DOCDIR)/dependency_graph.dot
116
etc/rocqnavi_generate-hierarchy-graph.sh $(DOCDIR)/hierarchy_graph.dot
117
+ rm -f $(DOCDIR)
118
mkdir -p $(DOCDIR)
- find . -not -path '*/.*' -name "*.v" -or -name "*.glob" | xargs rocqnavi \
119
+ find . -not \( -path '*/.*' -or -path "**/_opam/**" \) -name "*.v" -or -name "*.glob"
120
+ find . -not \( -path '*/.*' -or -path "**/_opam/**" \) -name "*.v" -or -name "*.glob" | xargs rocqnavi \
121
-title "Mathcomp Analysis" \
122
-d $(DOCDIR) -base mathcomp -Q theories analysis \
123
-coqlib https://rocq-prover.org/doc/V8.20.1/stdlib/ \
0 commit comments