Changeset 7f35041
- Timestamp:
- Jul 21, 2016, 4:05:49 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 25d0c42
- Parents:
- 281381f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r281381f r7f35041 1 1 WAFCMD=python waf 2 WAFURL=https://waf.io/waf-1. 9.12 WAFURL=https://waf.io/waf-1.8.22 3 3 4 4 SOX=sox -
wscript
r281381f r7f35041 362 362 bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', 363 363 source = 'doc/web.cfg', 364 cwd = bld.path.find_dir('doc'))364 cwd = 'doc') 365 365 bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc', 366 366 bld.path.ant_glob('doc/web/html/**'),
Note: See TracChangeset
for help on using the changeset viewer.