]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitamake.ml
Added $Id$ to every .ml file.
[helm.git] / helm / matita / matitamake.ml
index 46b194bda7126bb207cd58f66a88565919e4a879..9eab0f6d82a169017a64f9266ea47d89bb80df50 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 module MK = MatitamakeLib ;;
 
 let main () =
-  Helm_registry.load_from BuildTimeConf.matita_conf;
+  MatitaInit.load_configuration_file ();
   MK.initialize ();
   let usage = ref (fun () -> ()) in
   let dev_of_name name =