From 0976ea4ea523e7ba534968e35b9bfeb6b9cb5482 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Apr 2020 17:18:49 +0200 Subject: Fix links in online documentation index --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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, -- cgit v1.2.1