diff options
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 09ab4276b0..2ba39b97d0 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,9 +9,10 @@ coq.dvi: coq.tex coq.tex:: make -C .. doc/coq.tex -depend: kernel.dep.ps library.dep.ps +depend:: kernel.dep.ps library.dep.ps pretyping.dep.ps parsing.dep.ps \ + proofs.dep.ps tactics.dep.ps toplevel.dep.ps -%.dot: +%.dot: ../% (cd ../$*; ocamldep *.ml *.mli) | ocamldot -lr > $@ %.dep.ps: %.dot |
