mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
06320b2ed3
commit
5c1e4e1c79
6 changed files with 12 additions and 11 deletions
|
|
@ -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', '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue