wscript
changeset 3627 672f2a6de8b4
parent 3625 30afad8324d5
child 3628 a9c05c7e54f2
--- a/wscript	Fri Sep 05 18:37:00 2008 +0100
+++ b/wscript	Fri Sep 05 18:42:59 2008 +0100
@@ -62,6 +62,7 @@
     import tarfile
     shutil.rmtree("doc/html", True)
     shutil.rmtree("doc/latex", True)
+    shutil.rmtree("nsc", True)
 
     if not os.path.exists("bindings/python/pybindgen"):
         Params.fatal("Missing pybindgen checkout; run './waf configure --pybindgen-checkout' first.")