Remove test-* directories created by generate-plugin-documentation

This commit is contained in:
James Vega 2004-12-18 03:34:50 +00:00
parent 2dcc0779ff
commit dc408473db

View File

@ -94,7 +94,8 @@ if __name__ == '__main__':
print 'Cleaning up generated documentation.'
shutil.rmtree('docs/plugins')
configFiles = ('docs/config.html', 'docs/plugins.html',
'docs/commands.html', 'docs.tar.bz2')
'docs/commands.html', 'docs.tar.bz2', 'test-conf',
'test-data', 'test-logs', 'tmp')
for fn in configFiles:
os.remove(fn)