diff options
| author | filliatr | 1999-10-20 20:41:08 +0000 |
|---|---|---|
| committer | filliatr | 1999-10-20 20:41:08 +0000 |
| commit | d18d82c9e58567384ea632c77a5c1531f6d534cb (patch) | |
| tree | 88b97805630eee3205aad0e818030158fbf7903d /Makefile | |
| parent | a8972eb35ab1020ed9a379811c372fae53deef41 (diff) | |
- documentation repertoire proofs/
- IsAppL of constr * constr list ==> répercussion
- module Clenv (suite; as terminé)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@113 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,9 +98,10 @@ doc: doc/coq.tex LPLIB = lib/doc.tex $(LIB:.cmo=.mli) LPKERNEL = kernel/doc.tex $(KERNEL:.cmo=.mli) LPLIBRARY = library/doc.tex $(LIBRARY:.cmo=.mli) +LPPROOFS = proofs/doc.tex $(PROOFS:.cmo=.mli) LPTOPLEVEL = toplevel/doc.tex $(TOPLEVEL:.cmo=.mli) LPFILES = doc/macros.tex doc/intro.tex $(LPLIB) $(LPKERNEL) $(LPLIBRARY) \ - $(LPTOPLEVEL) + $(LPPROOFS) $(LPTOPLEVEL) doc/coq.tex: doc/preamble.tex $(LPFILES) cat doc/preamble.tex > doc/coq.tex |
