aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
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)