160 | | mkpath('licence') |
161 | | for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: |
162 | | copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) |
163 | | CLEANUP.append(opj('licence',file)) |
164 | | CLEANUP.append('licence') |
| 160 | #mkpath('licence') |
| 161 | #for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: |
| 162 | # copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) |
| 163 | # CLEANUP.append(opj('licence',file)) |
| 164 | #CLEANUP.append('licence') |