Changeset 641e533
- Timestamp:
- Dec 1, 2016, 8:45:27 PM (8 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, sampler, yinfft+
- Children:
- 7a1bbbd
- Parents:
- fe957ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rfe957ad r641e533 367 367 from waflib import TaskGen 368 368 if 'MANDIR' not in bld.env: 369 bld.env['MANDIR'] = bld.env[' PREFIX'] + '/share/man'369 bld.env['MANDIR'] = bld.env['DATAROOTDIR'] + '/man' 370 370 rule_str = '${TXT2MAN} -t `basename ${TGT} | cut -f 1 -d . | tr a-z A-Z`' 371 371 rule_str += ' -r ${PACKAGE}\\ ${VERSION} -P ${PACKAGE}' … … 387 387 source = 'doc/web.cfg', 388 388 cwd = 'doc') 389 bld.install_files( '${ PREFIX}' + '/share/doc/libaubio-doc',389 bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc', 390 390 bld.path.ant_glob('doc/web/html/**'), 391 391 cwd = bld.path.find_dir ('doc/web'), … … 397 397 source = ['doc/conf.py'] + bld.path.ant_glob('doc/**.rst'), 398 398 cwd = 'doc') 399 bld.install_files( '${ PREFIX}' + '/share/doc/libaubio-doc/sphinx',399 bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc/sphinx', 400 400 bld.path.ant_glob('doc/_build/html/**'), 401 401 cwd = bld.path.find_dir ('doc/_build/html'),
Note: See TracChangeset
for help on using the changeset viewer.