summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-08-16 01:53:44 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-08-16 01:53:44 +0000
commitaede0a6e15ad7cf5d7fcfd858f1aa6ee5b148012 (patch)
tree763c71fb66635674d87f1bd9c06b4950340e015c /SConstruct
parentf9a7388d7aa62c6b8ab0bc8c62bf53ae1652e8e1 (diff)
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
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 4 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d462a155cb..838ce00cd2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -891,7 +891,8 @@ if env['SYSLIBS']:
CPPPATH='#libs/appleutility')
coredirs = [
- 'templates'
+ 'templates',
+ 'manual'
]
subdirs = [
@@ -955,7 +956,8 @@ else:
coredirs = [
'libs/soundtouch',
- 'templates'
+ 'templates',
+ 'manual'
]
subdirs = [