]> Shamusworld >> Repos - ardour-manual/blobdiff - explode.py
no-op to get a push
[ardour-manual] / explode.py
index a18ecee11ac2aa470475c42507d55ef3b2c2fb46..3b3585e5be3ccb1c35ff340b2e778fefbad60a5b 100755 (executable)
@@ -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...