diff options
author | David Robillard <d@drobilla.net> | 2010-10-06 07:08:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-06 07:08:33 +0000 |
commit | b4fe46d8ccfd13f20f1a9740867aaa098673c8d4 (patch) | |
tree | e7c48e9f947fb3258f4519f46a4aa7d85da7078d /lv2specgen/lv2specgen.py | |
parent | 47ddef5d3525fc10c82906d520203751bd86a436 (diff) | |
download | lv2-b4fe46d8ccfd13f20f1a9740867aaa098673c8d4.tar.xz |
Remove silly "bundle" link that doesn't work online.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-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 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": |