wscript
changeset 3627 672f2a6de8b4
parent 3625 30afad8324d5
child 3628 a9c05c7e54f2
equal deleted inserted replaced
3626:2438df52233e 3627:672f2a6de8b4
    60 
    60 
    61 def dist_hook():
    61 def dist_hook():
    62     import tarfile
    62     import tarfile
    63     shutil.rmtree("doc/html", True)
    63     shutil.rmtree("doc/html", True)
    64     shutil.rmtree("doc/latex", True)
    64     shutil.rmtree("doc/latex", True)
       
    65     shutil.rmtree("nsc", True)
    65 
    66 
    66     if not os.path.exists("bindings/python/pybindgen"):
    67     if not os.path.exists("bindings/python/pybindgen"):
    67         Params.fatal("Missing pybindgen checkout; run './waf configure --pybindgen-checkout' first.")
    68         Params.fatal("Missing pybindgen checkout; run './waf configure --pybindgen-checkout' first.")
    68 
    69 
    69     ## build the name of the traces subdirectory.  Will be something like
    70     ## build the name of the traces subdirectory.  Will be something like