mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Use scons to generate manual entities so the manual version is consistant with the Ardour version
git-svn-id: svn://localhost/ardour2/trunk@2309 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f9a7388d7a
commit
aede0a6e15
4 changed files with 21 additions and 8 deletions
11
manual/SConscript
Normal file
11
manual/SConscript
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue