aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-02-03 17:00:59 +0100
committerDavid Robillard <d@drobilla.net>2019-02-03 17:01:07 +0100
commit371be5a453fe988bae9377ed1fedf15707ec38ea (patch)
treea0a4cafebe8e6db710888401f352a9aab1b34e8c
parent975c9f672a211670c7504bc4b58b222c0db5374e (diff)
downloadlv2-371be5a453fe988bae9377ed1fedf15707ec38ea.tar.xz
Fix online documentation build
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4a7d1f3..4553ac8 100644
--- a/wscript
+++ b/wscript
@@ -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)