aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-06 07:08:33 +0000
committerDavid Robillard <d@drobilla.net>2010-10-06 07:08:33 +0000
commitb4fe46d8ccfd13f20f1a9740867aaa098673c8d4 (patch)
treee7c48e9f947fb3258f4519f46a4aa7d85da7078d /lv2specgen/lv2specgen.py
parent47ddef5d3525fc10c82906d520203751bd86a436 (diff)
downloadlv2-b4fe46d8ccfd13f20f1a9740867aaa098673c8d4.tar.xz
Remove silly "bundle" link that doesn't work online.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 884ede1..bb901f9 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -714,7 +714,7 @@ def specgen(specloc, docdir, template, instances=False, mode="spec"):
bundle_path = os.path.split(specloc[specloc.find(':')+1:])[0]
header_path = bundle_path + '/' + basename + '.h'
- other_files = '<li><a href=".">Online Bundle</a></li>\n'
+ other_files = ''
if revision and revision[0] != '0':
release_name = "lv2-" + basename
if basename == "lv2":