diff options
author | David Robillard <d@drobilla.net> | 2013-02-18 04:06:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-18 04:06:30 +0000 |
commit | 7dcb5a5285870488e1298ac045c95579a43d96b4 (patch) | |
tree | f1caf1f308e416b792801d4aa2cc4f644c5b33d5 | |
parent | f78962ae66a6e09bf372839665a150786fca8100 (diff) | |
download | lv2-7dcb5a5285870488e1298ac045c95579a43d96b4.tar.xz |
Fix links from installed spec documentation to code documentation.
-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', |