Tim Mayberry
aede0a6e15
git-svn-id: svn://localhost/ardour2/trunk@2309 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 lines
245 B
Python
12 lines
245 B
Python
# -*- python -*-
|
|
|
|
Import('env ardour_version')
|
|
|
|
manual_subst_dict = { }
|
|
|
|
manual_subst_dict['%VERSION%'] = ardour_version
|
|
|
|
entities = env.SubstInFile ('xml/entities.ent', 'xml/entities.ent.in', SUBST_DICT = manual_subst_dict);
|
|
|
|
Default(entities)
|