diff options
| author | Maxime Dénès | 2015-02-25 16:03:46 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-02-25 16:03:46 +0100 |
| commit | 3a291d75ad2d4836d7c62792771f9c9b5f980412 (patch) | |
| tree | e8a408d8690173a9f073bbbdebcf195d0f1d42c8 | |
| parent | 6900909e90dfa65d1c42bfcd67135e91317a8b2c (diff) | |
Not building the doc by default.
Should make the compilation of Coq more robust against LaTeX errors.
See e.g. #4091.
| -rw-r--r-- | configure.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml index 6d30b28312..8667a53594 100644 --- a/configure.ml +++ b/configure.ml @@ -245,7 +245,7 @@ module Prefs = struct let coqide = ref (None : ide option) let macintegration = ref true let browser = ref (None : string option) - let withdoc = ref true + let withdoc = ref false let geoproof = ref false let byteonly = ref false let debug = ref false |
