projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a25e5
)
wscript: doxygen has no target for now
author
Paul Brossier
<piem@piem.org>
Tue, 17 Dec 2013 16:06:38 +0000
(11:06 -0500)
committer
Paul Brossier
<piem@piem.org>
Tue, 17 Dec 2013 16:06:38 +0000
(11:06 -0500)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
d85b8f0
..
07d3d54
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-286,8
+286,7
@@
def build(bld):
if bld.env['DOXYGEN']:
bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
source = 'doc/web.cfg',
- cwd = 'doc',
- target = 'doc/web/html/index.html')
+ cwd = 'doc')
bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc',
bld.path.ant_glob('doc/web/html/**'),
cwd = bld.path.find_dir ('doc/web'),