diff options
-rwxr-xr-x | waf | bin | 83049 -> 82998 bytes | |||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -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', |