summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-21 00:55:57 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-21 00:55:57 +0000
commit5c1e4e1c79088f222271dd659e03abc59c3ae6fc (patch)
tree4f3cc51cc20e5d910f13be1aea6cc329fe2ef5c4 /templates
parent06320b2ed34dcc34ba36c673e6938485d43f5485 (diff)
Un bit-rot the docbook manual build, just for kicks.
git-svn-id: svn://localhost/ardour2/branches/3.0@11039 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/wscript b/templates/wscript
index 3f00b785ae..9e390434e6 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -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', '')