projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
146f701
)
[waf] use doxygen path found in configure step
author
Paul Brossier
<piem@piem.org>
Sat, 15 Nov 2025 15:04:40 +0000
(16:04 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 15 Nov 2025 15:43:13 +0000
(16:43 +0100)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
cefa5a7
..
70fddc5
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-623,7
+623,7
@@
def doxygen(bld):
bld.env.VERSION = VERSION
rule = '( cat ${SRC[0]} && echo PROJECT_NUMBER=${VERSION}'
rule += ' && echo OUTPUT_DIRECTORY=%s && echo HTML_OUTPUT=%s )'
- rule += ' |
doxygen
- > /dev/null'
+ rule += ' |
${DOXYGEN}
- > /dev/null'
rule %= (os.path.abspath(out), 'api')
bld( name = 'doxygen', rule = rule,
source = ['doc/web.cfg']