X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fhbugs.ml;h=19722a1d27c0446a2ac5a5313a5285401bb01ecf;hb=46939d82c0fe0dbd6b2519845875bf48b5454856;hp=753f3fc787e89d8cdc3690de376700ef16fb8c68;hpb=ae7cc618dff26f39f6bd4040aca2b670ffd2b8cc;p=helm.git diff --git a/helm/gTopLevel/hbugs.ml b/helm/gTopLevel/hbugs.ml index 753f3fc78..19722a1d2 100644 --- a/helm/gTopLevel/hbugs.ml +++ b/helm/gTopLevel/hbugs.ml @@ -54,7 +54,6 @@ let get_hbugs_client () = let disable () = match !hbugs_client with None -> () | Some c -> c#hide () - (** send current proof assistant state to hbugs broker *) let notify () = try if !hbugs_enabled then begin @@ -131,3 +130,7 @@ module Initialize (Tactics: InvokeTactics.Tactics) : Unit = let _ = use_hint_callback := use_hint end + +let start_web_services () = ignore (Unix.system "make -C ../hbugs/ start") +let stop_web_services () = ignore (Unix.system "make -C ../hbugs/ stop") +