diff options
Diffstat (limited to 'lv2specgen')
-rwxr-xr-x | lv2specgen/lv2specgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '<tr><!-- %s --><td><a rel="rdfs:seeAlso" href="%s">%s</a></td>' % ( b, target, name) |