]> Shamusworld >> Repos - ardour-manual/blobdiff - implode.py
Minor tweaks to README and style guide to reflect new build system.
[ardour-manual] / implode.py
index fcc0e21318d59f1283d6e39c078858f0a27a0ac2..0513416546fd2b064cfc14df138368b6af9a13e5 100755 (executable)
@@ -104,6 +104,9 @@ for line in master:
                                implode.write('include: ' + header['include'] + '\n')
                                implode.write('exclude: yes\n')
 
+               if 'uri' in header:
+                       implode.write('uri: ' + header['uri'] + '\n')
+
                implode.write('part: ' + header['part'] + '\n' + '---\n')
 
                # Only parts have no content...