aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-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)