From 371be5a453fe988bae9377ed1fedf15707ec38ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Feb 2019 17:00:59 +0100 Subject: Fix online documentation build --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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) -- cgit v1.2.1