diff options
| author | herbelin | 2000-06-02 13:08:23 +0000 |
|---|---|---|
| committer | herbelin | 2000-06-02 13:08:23 +0000 |
| commit | 6c3dc5c013654a7fe50d2ae23e834560e1637f15 (patch) | |
| tree | 0048f12cbadccff4e8923dd6702c9cf3dc609e57 /doc/Makefile | |
| parent | 04e3a8c1269f3880b61db3db3e38da57e5af718a (diff) | |
doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@492 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 2ba39b97d0..487da84e4b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,8 @@ all: minicoq.dvi coq.dvi: coq.tex - latex coq && latex coq + latex coq + latex coq coq.tex:: make -C .. doc/coq.tex |
