diff options
author | David Robillard <d@drobilla.net> | 2022-05-09 20:50:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 20:50:07 -0400 |
commit | 7efa554e1bf876888ff62a2ef3aee9447f748aca (patch) | |
tree | e248066de04b81c301bea813b8bbbd6f06ba2298 | |
parent | 71a2ff5170caaa052814cce19b3de927d10d0e24 (diff) | |
download | lilv-7efa554e1bf876888ff62a2ef3aee9447f748aca.tar.gz lilv-7efa554e1bf876888ff62a2ef3aee9447f748aca.tar.bz2 lilv-7efa554e1bf876888ff62a2ef3aee9447f748aca.zip |
Fix documentation installation directory
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ def configure(conf): if conf.env.DOCS: conf.load('sphinx') + conf.env.LILV_MAJOR_VERSION = LILV_MAJOR_VERSION + conf.env.BASH_COMPLETION = not Options.options.no_bash_completion conf.env.BUILD_UTILS = not Options.options.no_utils conf.env.BUILD_SHARED = not Options.options.no_shared |