diff options
-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) |