示例#1
0
def distclean(ctx):
    _cleandocs()
    # Now call waf's normal distclean
    Scripting.distclean(ctx)
示例#2
0
def distclean(ctx):
    Scripting.distclean(ctx)
    _remove_linguas_file()