Skip to content

Commit

Permalink
Remove DATADIR substitution since it now gets substituted as
Browse files Browse the repository at this point in the history
	* docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now
	gets substituted as ${prefix}/share which doesn't work in a Python
	script.

svn path=/trunk/; revision=705
  • Loading branch information
John Finlay committed Sep 6, 2007
1 parent 755b322 commit 2f24816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2007-09-06 John Finlay <finlay@moeraki.com>

* docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now
gets substituted as ${prefix}/share which doesn't work in a Python
script.

2007-08-27 Johan Dahlin <jdahlin@async.com.br>

* gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid
Expand Down
4 changes: 0 additions & 4 deletions docs/xsl/fixxref.py.in
Expand Up @@ -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*>''',
Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit 2f24816

Please sign in to comment.