160 | | |
161 | | # update the license files |
162 | | mkpath('licence') |
163 | | for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: |
164 | | copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) |
165 | | CLEANUP.append(opj('licence',file)) |
166 | | CLEANUP.append('licence') |
167 | | |
168 | | |
540 | | opj(WXDIR, 'include/wx/aui/framemanager.h'), |
541 | | opj(WXDIR, 'include/wx/aui/floatpane.h'), |
542 | | opj(WXDIR, 'include/wx/aui/dockart.h'), |
543 | | opj(WXDIR, 'include/wx/aui/auibook.h'), |
544 | | opj(WXDIR, 'include/wx/aui/tabmdi.h'), |
| 531 | opj(WXDIR, 'include/wx-2.9/wx/aui/framemanager.h'), |
| 532 | opj(WXDIR, 'include/wx-2.9/wx/aui/floatpane.h'), |
| 533 | opj(WXDIR, 'include/wx-2.9/wx/aui/dockart.h'), |
| 534 | opj(WXDIR, 'include/wx-2.9/wx/aui/auibook.h'), |
| 535 | opj(WXDIR, 'include/wx-2.9/wx/aui/tabmdi.h'), |
584 | | opj(WXDIR, 'include/wx/propgrid/advprops.h'), |
585 | | opj(WXDIR, 'include/wx/propgrid/editors.h'), |
586 | | opj(WXDIR, 'include/wx/propgrid/manager.h'), |
587 | | opj(WXDIR, 'include/wx/propgrid/property.h'), |
588 | | opj(WXDIR, 'include/wx/propgrid/propgrid.h'), |
589 | | opj(WXDIR, 'include/wx/propgrid/propgriddefs.h'), |
590 | | opj(WXDIR, 'include/wx/propgrid/propgridiface.h'), |
591 | | opj(WXDIR, 'include/wx/propgrid/propgridpagestate.h'), |
592 | | opj(WXDIR, 'include/wx/propgrid/props.h'), |
| 575 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/advprops.h'), |
| 576 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/editors.h'), |
| 577 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/manager.h'), |
| 578 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/property.h'), |
| 579 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/propgrid.h'), |
| 580 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/propgriddefs.h'), |
| 581 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/propgridiface.h'), |
| 582 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/propgridpagestate.h'), |
| 583 | opj(WXDIR, 'include/wx-2.9/wx/propgrid/props.h'), |