From c8875974909ae27a74e75f752ce11cd296e2438a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Jan 2019 21:35:14 +0100 Subject: Fix reference documentation build --- lv2specgen/lv2specgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2specgen') diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 1435f12..ddd0ba5 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -1170,7 +1170,7 @@ def writeIndex(model, specloc, index_path, root_path, root_uri): # Specification (comment is to act as a sort key) if not options.online_docs: - target += '/%s.html' % b + target += '/' + os.path.basename(target) + '.html' row = '%s' % ( b, target, name) -- cgit v1.2.1