X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitacLib.ml;h=c458f2567c414da2903ac7d6930324697549c9a3;hb=57bc566097b92e1f809ae227b674b48ba7953a62;hp=1da706749fa1194de8e3625dfb91c75c7668d035;hpb=179649fed9138269015ef26df2419fe31930f9b2;p=helm.git diff --git a/helm/software/matita/matitacLib.ml b/helm/software/matita/matitacLib.ml index 1da706749..c458f2567 100644 --- a/helm/software/matita/matitacLib.ml +++ b/helm/software/matita/matitacLib.ml @@ -309,7 +309,7 @@ let main ~mode = let f = open_out (basename ^ ".ml") in LibrarySync.set_object_declaration_hook (fun _ obj -> - output_string f (CicExportation.ppobj basename obj); + output_string f (CicExportation.ppobj (Filename.basename basename) obj); flush f); let system_mode = Helm_registry.get_bool "matita.system" in let bench_mode = Helm_registry.get_bool "matita.bench" in