From 5c1e4e1c79088f222271dd659e03abc59c3ae6fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Dec 2011 00:55:57 +0000 Subject: 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 --- templates/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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', '') -- cgit v1.2.3