From da7098065a000bae4ea5308d7fab32029d75db6c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Oct 2010 06:27:21 +0000 Subject: Generate all releases in the same directory. Link to individual release as well as all releases in generated documentation. --- lv2specgen/lv2specgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2specgen') diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 00290eb..527c11d 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -714,9 +714,9 @@ 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 = '
  • Bundle
  • \n' + other_files = '
  • Online Bundle
  • \n' if revision and revision[0] != '0': - other_files += '
  • Releases
  • \n' + other_files += '
  • Release (all releases)
  • \n' % (basename, revision[0]) if os.path.exists(os.path.abspath(header_path)): other_files += '
  • Header Documentation
  • \n' % ( basename + '_8h.html') -- cgit v1.2.1