]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaclean.ml
"matitaclean all" ported to NG
[helm.git] / helm / software / matita / matitaclean.ml
index ffc253d69c1c9ab2eb37e1fd775b58bf9e383732..a3183c16110fdeb03e273b3f55caac0baa1f08f9 100644 (file)
@@ -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 () =