]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/buildTimeConf.ml.in
added find&replace facility
[helm.git] / helm / matita / buildTimeConf.ml.in
index bc3466a69fc062f8f1a1be22a913ce6f67dbdaa6..94847494d24d92bfe2d010d9d97b4eec1bf61323 100644 (file)
@@ -39,4 +39,8 @@ let runtime_base_dir = "@RT_BASE_DIR@";;
 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 matita_conf  = runtime_base_dir ^ "/matita.conf.xml"
+
+let matitamake_makefile_template = runtime_base_dir ^ "/template_makefile.in"