X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitamakeLib.mli;h=8f6fda2e47181aeed0a9550bbae8a6ee6aa3b8dd;hb=31c099c46eba26ee5ace403fb2cc0a68616bb887;hp=98a46666ecce208c2714a8a337c5b52be4c1f38a;hpb=ee3f8d6fa92b051394a2ff7c71c03ac33a05182b;p=helm.git diff --git a/helm/software/matita/matitamakeLib.mli b/helm/software/matita/matitamakeLib.mli index 98a46666e..8f6fda2e4 100644 --- a/helm/software/matita/matitamakeLib.mli +++ b/helm/software/matita/matitamakeLib.mli @@ -56,3 +56,7 @@ val root_for_development : development -> string (* gives back the name *) val name_for_development : development -> string +(** @return dot file for a given development, if it exists *) +val dot_for_development : development -> string option + +val normalize_path: string -> string