diff options
author | David Robillard <d@drobilla.net> | 2019-02-03 17:00:59 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-02-03 17:01:07 +0100 |
commit | 371be5a453fe988bae9377ed1fedf15707ec38ea (patch) | |
tree | a0a4cafebe8e6db710888401f352a9aab1b34e8c /wscript | |
parent | 975c9f672a211670c7504bc4b58b222c0db5374e (diff) | |
download | lv2-371be5a453fe988bae9377ed1fedf15707ec38ea.tar.xz |
Fix online documentation build
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ def build(bld): if bld.env.ONLINE_DOCS: bld(features = 'subst', source = 'doc/htaccess.in', - target = os.path.join(base, '.htaccess'), + target = os.path.join(path, '.htaccess'), install_path = None, NAME = name, BASE = base) |