X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FbuildTimeConf.ml.in;h=b38eb2ce4664b2196b49c00f5a9a67e15ac9843c;hb=dc861d214cb992a898f81752614201b8074eef12;hp=acb2a3feb8f819360c911f80b700e8e064cdd76e;hpb=b60666721441e676081a6e3b2f436b23dbcdae0f;p=helm.git diff --git a/helm/matita/buildTimeConf.ml.in b/helm/matita/buildTimeConf.ml.in index acb2a3feb..b38eb2ce4 100644 --- a/helm/matita/buildTimeConf.ml.in +++ b/helm/matita/buildTimeConf.ml.in @@ -40,4 +40,8 @@ let images_dir = runtime_base_dir ^ "/icons" let gtkrc_file = runtime_base_dir ^ "/matita.gtkrc" let lang_file = runtime_base_dir ^ "/matita.lang" let script_template = runtime_base_dir ^ "/matita.ma.templ" +let core_notation_script = runtime_base_dir ^ "/core_notation.ma" +let matita_conf = runtime_base_dir ^ "/matita.conf.xml" + +let matitamake_makefile_template = runtime_base_dir ^ "/template_makefile.in"