aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 9d8ea2ee3a..a0bef8976c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -46,7 +46,7 @@ coq.tex::
make -C .. doc/coq.tex
depend:: kernel.dep.ps library.dep.ps pretyping.dep.ps parsing.dep.ps \
- proofs.dep.ps tactics.dep.ps toplevel.dep.ps
+ proofs.dep.ps tactics.dep.ps toplevel.dep.ps interp.dep.ps
%.dot: ../%
(cd ../$*; ocamldep *.ml *.mli) | ocamldot -lr > $@