diff options
| author | mohring | 2001-04-19 13:25:45 +0000 |
|---|---|---|
| committer | mohring | 2001-04-19 13:25:45 +0000 |
| commit | 1d6689788d3ffe952cfe9b51b338d30c5aeeda14 (patch) | |
| tree | 75fc7b6a55ea09bc5467993fa4704a0fb31328f1 | |
| parent | f9c7217d6f58287ab71ba4579a48b791069fec13 (diff) | |
Ajoute Library.html a all-html
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8193 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 71c2515766..dda2ae2d3c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # Makefile for the Coq documentation -# You need the environment varibles COQTOP and COQBIN to be correctly set +# You need the environment variables COQTOP and COQBIN to be correctly set # (some files are preprocessed using Coq and some part of the documentation # is automatically built from the theories sources) @@ -80,7 +80,7 @@ all-pdf: Tutorial.v.pdf Reference-Manual.pdf Library.pdf Changes.v.pdf all-ps: Tutorial.v.ps Reference-Manual.ps Library.ps Changes.v.ps -all-html: Tutorial.v.html Reference-Manual.html Changes.v.html +all-html: Tutorial.v.html Reference-Manual.html Library.html Changes.v.html # dvips et dviselect existent sur loupiac |
