From 064f226c8eb1503a9b7899ee6575196a0983b795 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Apr 2015 00:01:20 -0400 Subject: Install schema bundle for host/utility support. --- wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 8df369e..ddde9a3 100644 --- a/wscript +++ b/wscript @@ -420,6 +420,10 @@ def build(bld): bld.path.ant_glob('lv2specgen/DTD/*')) bld.install_files('${BINDIR}', 'lv2specgen/lv2specgen.py', chmod=Utils.O755) + # Install schema bundle + bld.install_files('${LV2DIR}/schemas.lv2/', + bld.path.ant_glob('schemas.lv2/*.ttl')) + if bld.env.DOCS or bld.env.ONLINE_DOCS: # Prepare spec output directories specs = exts + [bld.path.find_node('lv2/lv2plug.in/ns/lv2core')] -- cgit v1.2.1