do not pass a non-zero offset to plugins AFTER the first call to connect_and_run...
[ardour.git] / manual / SConscript
1 # -*- python -*-
2
3 Import('env ardour_version')
4
5 manual_subst_dict = { }
6
7 manual_subst_dict['%VERSION%'] = ardour_version
8
9 entities = env.SubstInFile ('xml/entities.ent', 'xml/entities.ent.in', SUBST_DICT = manual_subst_dict);
10
11 Default(entities)