X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=explode.py;h=3b3585e5be3ccb1c35ff340b2e778fefbad60a5b;hb=9b9f871806fd9066acd0e7cf415a8423abe43c8f;hp=a18ecee11ac2aa470475c42507d55ef3b2c2fb46;hpb=d64781b7c2d42a735d427ead67d04b3d77b2467a;p=ardour-manual diff --git a/explode.py b/explode.py index a18ecee..3b3585e 100755 --- a/explode.py +++ b/explode.py @@ -111,9 +111,6 @@ for line in master: if 'menu_title' in header: explode.write('menu_title: ' + header['menu_title'] + '\n') - if 'link' in header: - explode.write('link: ' + header['link'] + '\n') - if 'style' in header: explode.write('style: ' + header['style'] + '\n') @@ -126,6 +123,12 @@ for line in master: explode.write('include: ' + inclFile + '\n') filenames.append(inclFile) + if 'link' in header: + explode.write('link: ' + header['link'] + '\n') + + if 'uri' in header: + explode.write('uri: ' + header['uri'] + '\n') + explode.write('part: ' + header['part'] + '\n' + '---\n') # Only parts have no content...