Un bit-rot the docbook manual build, just for kicks.
[ardour.git] / templates / wscript
index 3f00b785ae7ab2c020a9dacdbca8b5ae48982943..9e390434e6026164ebcf50504c184f2d1f778b0e 100644 (file)
@@ -21,6 +21,7 @@ def build(bld):
     templates = bld.path.ant_glob('*.template.in')
     for t in templates:
         obj = bld(features = 'subst')
+        obj.name = 'template'
         obj.source = [ t ]
         dir_name = os.path.basename(t.srcpath()).replace('.template.in', '')
         file_name = os.path.basename(t.srcpath()).replace('.in', '')