aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4825233..44aa38d 100644
--- a/wscript
+++ b/wscript
@@ -320,7 +320,7 @@ def build(bld):
if bld.env.DOCS or bld.env.ONLINE_DOCS:
# Build Doxygen documentation (and tags file)
- autowaf.build_dox(bld, 'LV2', VERSION, top, out, 'lv2plug.in/doc')
+ autowaf.build_dox(bld, 'LV2', VERSION, top, out, 'lv2plug.in/doc', False)
# Copy stylesheet to build directory
bld(features = 'subst',