Skip to content

Commit 8be745e

Browse files
committed
chore: move the perl script generate denendency graph as a dot format to etc directory and rename
1 parent f262431 commit 8be745e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ DOCDIR=html
125125

126126
$(DOCDIR)/dependency_graph.pre:
127127
mkdir -p $(DOCDIR)
128-
coqdep -f _CoqProject | perl html_doc/generate_deps.pl > $(DOCDIR)/dependency_graph.pre
128+
coqdep -f _CoqProject | perl etc/builddoc_dependency_dot.pl > $(DOCDIR)/dependency_graph.pre
129129

130130
$(DOCDIR)/dependency_graph.dot: $(DOCDIR)/dependency_graph.pre
131131
mkdir -p $(DOCDIR)

0 commit comments

Comments
 (0)