aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript9
1 files changed, 5 insertions, 4 deletions
diff --git a/wscript b/wscript
index 001eb19..44c7fa2 100644
--- a/wscript
+++ b/wscript
@@ -346,10 +346,11 @@ def build(bld):
bld(rule = '../lv2specgen/lv2specgen.py --root=' + root_path +
' --list-email=devel@lists.lv2plug.in'
' --list-page=http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in'
- ' ${SRC} ../lv2specgen ' +
- os.path.relpath('aux/style.css', out_bundle) +
- ' ${TGT} %s doc/tags' %
- os.path.relpath('doc/html', os.path.dirname(html_path)),
+ ' --style-uri=' + os.path.relpath('aux/style.css', out_bundle) +
+ ' --docdir=' + os.path.relpath('doc/html', os.path.dirname(html_path)) +
+ ' --tags=doc/tags' +
+ ' --index=' + index_file +
+ ' ${SRC} ${TGT}',
source = os.path.join(i.srcpath(), name + '.ttl'),
target = [html_path, index_file])