mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +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
|
|
@ -1082,7 +1082,8 @@ if env['SYSLIBS']:
|
|||
CPPPATH='#libs/appleutility')
|
||||
|
||||
coredirs = [
|
||||
'templates'
|
||||
'templates',
|
||||
'manual'
|
||||
]
|
||||
|
||||
subdirs = [
|
||||
|
|
@ -1147,7 +1148,8 @@ else:
|
|||
CPPPATH='#libs/appleutility')
|
||||
|
||||
coredirs = [
|
||||
'templates'
|
||||
'templates',
|
||||
'manual'
|
||||
]
|
||||
|
||||
subdirs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue