- Timestamp:
- Dec 19, 2018, 5:50:42 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/applefworks, fix/ffmpeg5, master
- Children:
- 0045668
- Parents:
- c1ba75b (diff), fda3394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rc1ba75b r74c1fb9 556 556 target = bld.path.find_or_declare('api/index.html'), 557 557 cwd = bld.path.find_dir('doc')) 558 # evaluate nodes lazily to prevent build directory traversal warnings 558 559 bld.install_files('${DATAROOTDIR}/doc/libaubio-doc/api', 559 bld.path.find_or_declare('api').ant_glob('**/*' ),560 cwd=bld.path.find_or_declare('api'),560 bld.path.find_or_declare('api').ant_glob('**/*', 561 generator=True), cwd=bld.path.find_or_declare('api'), 561 562 relative_trick=True) 562 563 … … 580 581 source = bld.path.find_dir('doc').ant_glob('*.rst'), 581 582 target = bld.path.find_or_declare('manual/index.html')) 583 # evaluate nodes lazily to prevent build directory traversal warnings 582 584 bld.install_files('${DATAROOTDIR}/doc/libaubio-doc/manual', 583 bld.path.find_or_declare('manual').ant_glob('**/*' ),584 cwd=bld.path.find_or_declare('manual'),585 bld.path.find_or_declare('manual').ant_glob('**/*', 586 generator=True), cwd=bld.path.find_or_declare('manual'), 585 587 relative_trick=True) 586 588
Note: See TracChangeset
for help on using the changeset viewer.