diff options
author | David Robillard <d@drobilla.net> | 2020-04-26 17:18:49 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-26 17:18:49 +0200 |
commit | 0976ea4ea523e7ba534968e35b9bfeb6b9cb5482 (patch) | |
tree | 4a16e9c9caa1c090575f7d8a023c6c759696d84a /wscript | |
parent | 3ce35fb6fae74164dbbd35bc14e7bf2ab03cadf5 (diff) | |
download | lv2-0976ea4ea523e7ba534968e35b9bfeb6b9cb5482.tar.xz |
Fix links in online documentation index
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |