From 7dcb5a5285870488e1298ac045c95579a43d96b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Feb 2013 04:06:30 +0000 Subject: Fix links from installed spec documentation to code documentation. --- waf | Bin 83049 -> 82998 bytes wscript | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/waf b/waf index 53731d2..7df7165 100755 Binary files a/waf and b/waf differ 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', -- cgit v1.2.1