diff options
Diffstat (limited to 'docs/xsl/fixxref.py.in')
-rw-r--r-- | docs/xsl/fixxref.py.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/xsl/fixxref.py.in b/docs/xsl/fixxref.py.in index b381183..f3287b3 100644 --- a/docs/xsl/fixxref.py.in +++ b/docs/xsl/fixxref.py.in @@ -6,8 +6,6 @@ import os import re import sys -DOCDIR = '@DATADIR@/gtk-doc/html/pygobject' - anchors = {} anchor_pat = re.compile(r'''^\s*<ANCHOR\s+id\s*=\s*"([^"]*)"\s+ href\s*=\s*"([^"]*)"\s*>''', @@ -59,8 +57,6 @@ if __name__ == '__main__': if opt in ('-i', '--index-dir'): index_dirs.append(arg) - index_dirs.append(DOCDIR) - if len(args) != 1: usage() |