aboutsummaryrefslogtreecommitdiffstats
path: root/gendoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'gendoc.py')
-rwxr-xr-xgendoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendoc.py b/gendoc.py
index dd5ddaa..9241b97 100755
--- a/gendoc.py
+++ b/gendoc.py
@@ -216,7 +216,7 @@ for root, dirs, files in os.walk('ns'):
subst_file('../doc/htaccess.in', outdir + '/.htaccess',
{ '@NAME@': b,
- '@BASE@': '/ns/%s/%s' % (dir, b) })
+ '@BASE@': '/' + outdir })
index_rows = ''
extensions.sort()