diff options
| author | filliatr | 1999-12-13 09:07:25 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-13 09:07:25 +0000 |
| commit | 677cf7db31c0dbf2f138ba2d25063737dfc662c5 (patch) | |
| tree | 31ed7936e2db7c1d72665e23a61e030434e686f8 /doc/Makefile | |
| parent | e23a63f9920eff0fcc392dcdf11806393402d24c (diff) | |
documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@245 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
