aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-07-27 23:53:08 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-07-27 23:53:08 +0000
commita98a2b63cb78129e6e53c8d41f1f7dd37e64a221 (patch)
treec7235ce50793c840259f877357d4ae0bc8a96e98
parenta3ea26b0a952ba3808ab93826f999b8523e4e08e (diff)
Now, -browser option is effective (and compiles)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11273 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.common2
-rw-r--r--lib/flags.ml5
2 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index c2d53855b..ef909f615 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -469,7 +469,7 @@ GRAMMARSCMO:=\
parsing/g_prim.cmo parsing/g_tactic.cmo \
parsing/g_ltac.cmo parsing/g_constr.cmo
-GRAMMARCMO:=$(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO)
+GRAMMARCMO:=$(CONFIG) $(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO)
GRAMMARCMA:=parsing/grammar.cma
diff --git a/lib/flags.ml b/lib/flags.ml
index 4743345de..0378e11fb 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -106,7 +106,4 @@ let browser_cmd_fmt =
let coq_netscape_remote_var = "COQREMOTEBROWSER" in
Sys.getenv coq_netscape_remote_var
with
- Not_found ->
- if Sys.os_type = "Win32"
- then "C:\\PROGRA~1\\INTERN~1\\IEXPLORE %s"
- else "firefox -remote \"OpenURL(%s,new-tab)\" || firefox %s &"
+ Not_found -> Coq_config.browser