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
This commit is contained in:
Carl Hetherington 2011-12-21 00:55:57 +00:00
parent 06320b2ed3
commit 5c1e4e1c79
6 changed files with 12 additions and 11 deletions

View 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', '')