From: Claudio Sacerdoti Coen Date: Fri, 19 Jun 2009 15:49:45 +0000 (+0000) Subject: "matitaclean all" ported to NG X-Git-Tag: make_still_working~3832 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e34ae2f76136c6c381826b81407e9cacebb7cfd4;p=helm.git "matitaclean all" ported to NG --- diff --git a/helm/software/matita/matitaclean.ml b/helm/software/matita/matitaclean.ml index ffc253d69..a3183c161 100644 --- a/helm/software/matita/matitaclean.ml +++ b/helm/software/matita/matitaclean.ml @@ -80,7 +80,8 @@ let clean_all () = ignore (Sys.command ("find " ^ xmldir ^ " -type d -exec rmdir -p {} \\; 2> /dev/null"))) - prefixes + prefixes; + ignore (Sys.command ("rm -rf " ^ Helm_registry.get "matita.basedir")) ;; let main () =