]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - explode.py
Changes to new build system to include URI keyword/building.
[ardour-manual-diverged] / explode.py
index a18ecee11ac2aa470475c42507d55ef3b2c2fb46..72606ffda4933b7b425be0325d0eb357a5c73d89 100755 (executable)
@@ -114,6 +114,9 @@ for line in master:
                        if 'link' in header:
                                explode.write('link: ' + header['link'] + '\n')
 
+                       if 'uri' in header:
+                               explode.write('uri: ' + header['uri'] + '\n')
+
                        if 'style' in header:
                                explode.write('style: ' + header['style'] + '\n')