Changeset 1239d23 for wscript


Ignore:
Timestamp:
Mar 26, 2017, 2:36:43 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
5f0ad50
Parents:
7928b3b8 (diff), a24a84e (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.
Message:

Merge branch 'master' into awhitening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7928b3b8 r1239d23  
    442442    # build documentation from source files using doxygen
    443443    if bld.env['DOXYGEN']:
    444         bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
     444        bld.env.VERSION = VERSION
     445        rule = '( cat ${SRC} && echo PROJECT_NUMBER=${VERSION}; )'
     446        rule += ' | doxygen - > /dev/null'
     447        bld( name = 'doxygen', rule = rule,
    445448                source = 'doc/web.cfg',
    446449                target = '../doc/web/html/index.html',
Note: See TracChangeset for help on using the changeset viewer.