aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorpboutill2011-04-08 16:26:04 +0000
committerpboutill2011-04-08 16:26:04 +0000
commite618ce61c4ecbdcd046256e2eaad25919fa35de1 (patch)
treeb6e9d04f04479a47ecf5ff86acb3a2f49d5098e3 /CHANGES
parente0aea9a731c81e9bdae6e7c41b0d9fab9fae4d6c (diff)
Add "make full-stdlib" to make all the doc in pdf as ask by bug 2395
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13976 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 19edf585e8..29e5b3d68a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,7 +23,7 @@ Tactics
- New tactics constr_eq, is_evar and has_evar.
- Remove the two-argument variant of "decide equality".
- New experimental tactical "timeout <n> <tac>". Since <n> is a time
- in second for the moment, this feature should rather be avoided
+ in second for the moment, this feature should rather be avoided
in scripts meant to be machine-independent.
Vernacular commands
@@ -85,6 +85,8 @@ Internal infrastructure
for both make and ocamlbuild, etc.
- Support of cross-compilation via mingw toward Windows, contact P. Letouzey
for more informations.
+- new Makefile rules mli-doc to make html of mli in dev/doc/html and
+ full-stdlib to get a HUGE pdf with all the stdlib.
Extraction