From a98a2b63cb78129e6e53c8d41f1f7dd37e64a221 Mon Sep 17 00:00:00 2001 From: glondu Date: Sun, 27 Jul 2008 23:53:08 +0000 Subject: 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 --- Makefile.common | 2 +- lib/flags.ml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.common b/Makefile.common index c2d53855b7..ef909f615a 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 4743345de7..0378e11fb4 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 -- cgit v1.2.3