aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-26 17:18:49 +0200
committerDavid Robillard <d@drobilla.net>2020-04-26 17:18:49 +0200
commit0976ea4ea523e7ba534968e35b9bfeb6b9cb5482 (patch)
tree4a16e9c9caa1c090575f7d8a023c6c759696d84a /wscript
parent3ce35fb6fae74164dbbd35bc14e7bf2ab03cadf5 (diff)
downloadlv2-0976ea4ea523e7ba534968e35b9bfeb6b9cb5482.tar.xz
Fix links in online documentation index
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7c7161f..bdda6cb 100644
--- a/wscript
+++ b/wscript
@@ -373,6 +373,7 @@ def build(bld):
' --docdir=' + os.path.relpath('doc/html', out_dir) +
' --tags=%s' % bld.path.get_bld().make_node('doc/tags') +
' --index=' + str(index_file) +
+ (' --online' if bld.env.ONLINE_DOCS else '') +
' ${SRC} ${TGT}')
bld(rule = cmd,