- Timestamp:
- Mar 23, 2017, 3:44:49 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
- Children:
- 59be50d
- Parents:
- c6c20be
- git-author:
- Martin Hermant <martin.hermant@gmail.com> (03/16/17 19:13:24)
- git-committer:
- Paul Brossier <piem@piem.org> (03/23/17 15:44:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rc6c20be r69de807 410 410 if 'MANDIR' not in bld.env: 411 411 bld.env['MANDIR'] = bld.env['DATAROOTDIR'] + '/man' 412 bld.env.VERSION = VERSION413 412 rule_str = '${TXT2MAN} -t `basename ${TGT} | cut -f 1 -d . | tr a-z A-Z`' 414 413 rule_str += ' -r ${PACKAGE}\\ ${VERSION} -P ${PACKAGE}' … … 441 440 # note: build in ../doc/_build/html, otherwise waf wont install unsigned files 442 441 if bld.env['SPHINX']: 443 bld.env.VERSION = VERSION444 442 bld( name = 'sphinx', 445 443 rule = '${SPHINX} -b html -D release=${VERSION} -D version=${VERSION} -a -q `dirname ${SRC}` `dirname ${TGT}`',
Note: See TracChangeset
for help on using the changeset viewer.