added "browser_info_remote" (cf. usedir -P);
authorwenzelm
Tue, 24 Jul 2012 11:02:42 +0200
changeset 48463 07f752935ece
parent 48462 424fd5364f15
child 48464 a7bf1587eba0
added "browser_info_remote" (cf. usedir -P);
etc/options
src/Pure/System/build.ML
--- a/etc/options	Tue Jul 24 10:58:43 2012 +0200
+++ b/etc/options	Tue Jul 24 11:02:42 2012 +0200
@@ -1,6 +1,7 @@
 (* :mode=isabelle-options: *)
 
 declare browser_info : bool = false
+declare browser_info_remote : string = ""
 
 declare document : string = ""
 declare document_variants : string = document
--- a/src/Pure/System/build.ML	Tue Jul 24 10:58:43 2012 +0200
+++ b/src/Pure/System/build.ML	Tue Jul 24 11:02:42 2012 +0200
@@ -43,7 +43,7 @@
         parent base_name
         (true (* FIXME copy document/ files on Scala side!? *),
           Options.string options "document_dump")
-        ""
+        (Options.string options "browser_info_remote")
         verbose;
 
     val _ = Session.with_timing name timing (List.app (uncurry use_theories)) theories;