File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,11 @@ $(DOCDIR)/dependency_graph.pre:
109109 coqdep -f _CoqProject | perl etc/builddoc_dependency_dot.pl > $(DOCDIR ) /dependency_graph.pre
110110
111111$(DOCDIR ) /dependency_graph.dot : $(DOCDIR ) /dependency_graph.pre
112- mkdir -p $(DOCDIR )
113112 tred $(DOCDIR ) /dependency_graph.pre > $(DOCDIR ) /dependency_graph.dot
114113
115114html : build $(DOCDIR ) /dependency_graph.dot
116115 etc/rocqnavi_generate-hierarchy-graph.sh $(DOCDIR ) /hierarchy_graph.dot
117- mkdir -p $(DOCDIR )
118- find . -not -path ' */.*' -name " *.v" -or -name " *.glob" | xargs rocqnavi \
116+ find . -name " *.v" -or -name " *.glob" | grep -v " /\." | grep -v " _opam/" | xargs rocqnavi \
119117 -title " Mathcomp Analysis" \
120118 -d $(DOCDIR ) -base mathcomp -Q theories analysis \
121119 -coqlib https://rocq-prover.org/doc/V8.20.1/stdlib/ \
You can’t perform that action at this time.
0 commit comments