aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-28 19:03:15 +0000
committerDavid Robillard <d@drobilla.net>2012-02-28 19:03:15 +0000
commit99e17726280eb0dc685c75757468771727e35981 (patch)
tree250fa99a80a8ea20ce818b3ebaf4e823c743ee4c /wscript
parent359ccc7ff02e41c5b1a5672700cf89ec6b9d9032 (diff)
downloadlv2-99e17726280eb0dc685c75757468771727e35981.tar.xz
Fix documentation links.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/wscript b/wscript
index 8f97d8f..72d99ff 100644
--- a/wscript
+++ b/wscript
@@ -143,10 +143,8 @@ def specgen(task):
specdoc = lv2specgen.specgen(
spec.abspath(),
SPECGENDIR,
- os.path.relpath('build/doc', bundle),
os.path.relpath(STYLEPATH, bundle),
- os.path.abspath('build'),
- 'doc/html/',
+ os.path.relpath('build/doc/html', bundle),
TAGFILE,
instances=True)