]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaGui.ml
removed useless grepping -v
[helm.git] / matita / matitaGui.ml
index 9cde82b7535501fb100d9a3a121621fff0d1b301..b3ebebd9054378d059e6cc1aa19327b806af60ee 100644 (file)
@@ -206,8 +206,11 @@ class gui () =
         ~website:"http://helm.cs.unibo.it"
         ()
       in
-      connect_menu_item main#contentsMenuItem
-       (fun () -> ignore (Sys.command "gnome-help ghelp:///home/claudio/miohelm/matita/help/C/matita.xml &"));
+      connect_menu_item main#contentsMenuItem (fun () ->
+        let cmd =
+          sprintf "gnome-help ghelp://%s/C/matita.xml &" BuildTimeConf.help_dir
+        in
+        ignore (Sys.command cmd));
       connect_menu_item main#aboutMenuItem about_dialog#present;
         (* findRepl win *)
       let show_find_Repl () =