diff options
| author | glondu | 2008-07-27 22:34:44 +0000 |
|---|---|---|
| committer | glondu | 2008-07-27 22:34:44 +0000 |
| commit | 7389eee1c3ae165ae11874fa7b2b5f0117f458a6 (patch) | |
| tree | d66d41afae8fd90da347dca67aa9ee62bde6a020 /config | |
| parent | e7b37fb18dc0e1aaca4f8f1e02656118eb8d10e6 (diff) | |
Add -browser option to configure script
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11271 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
| -rw-r--r-- | config/coq_config.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli index f72fa33c5a..e8c1b53044 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -38,3 +38,7 @@ val contrib_dirs : string list val exec_extension : string (* "" under Unix, ".exe" under MS-windows *) val with_geoproof : bool ref (* to (de)activate functions specific to Geoproof with Coqide *) + +val browser : string +(** default web browser to use, may be overriden by environment + variable COQREMOTEBROWSER *) |
