mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
Use scons to generate manual entities so the manual version is consistant with the Ardour version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3563 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
051e29f28b
commit
a67bcdc0e3
5 changed files with 43 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