aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 20:25:02 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 20:25:02 +0000
commite0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 (patch)
treea73d27c9839bd99ef8e14ac3efec8d59d21c756d /wscript
parenta31c23155b8b1902f70a63a12d7c09822dacda04 (diff)
downloadlv2-e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2.tar.xz
Mark up documentation with lv2:documentation as per discussion on lv2-dev.
Use unified lv2plug.in style for ontology documentation.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 2875271..8a10ea0 100644
--- a/wscript
+++ b/wscript
@@ -20,6 +20,8 @@ def set_options(opt):
opt.tool_options('compiler_cxx')
def configure(conf):
+ autowaf.set_recursive()
+ conf.sub_config('core.lv2');
autowaf.configure(conf)
conf.check_tool('compiler_cc')
conf.check_tool('compiler_cxx')
@@ -65,6 +67,7 @@ def build_extension(bld, name, dir):
bld.install_files('${LV2DIR}/' + name + '.lv2', header_files)
def build(bld):
+ autowaf.set_recursive()
ext = '''
atom
contexts