summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-06 21:20:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-06 21:20:56 +0000
commit647e02c2eb2db5e6943268c654ac0010c65bffbe (patch)
tree885ed9267a3aaf3b169c6fbf18db44b23ad7b494
parent43b16b4003b760d3a992ca0184d17727af3a98d7 (diff)
downloadpygobject-647e02c2eb2db5e6943268c654ac0010c65bffbe.tar.gz
pygobject-647e02c2eb2db5e6943268c654ac0010c65bffbe.tar.xz
pygobject-647e02c2eb2db5e6943268c654ac0010c65bffbe.zip
Merge in lost change
-rw-r--r--docs/xsl/fixxref.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/fixxref.py.in b/docs/xsl/fixxref.py.in
index 497160e..b381183 100644
--- a/docs/xsl/fixxref.py.in
+++ b/docs/xsl/fixxref.py.in
@@ -13,7 +13,7 @@ anchor_pat = re.compile(r'''^\s*<ANCHOR\s+id\s*=\s*"([^"]*)"\s+
href\s*=\s*"([^"]*)"\s*>''',
re.MULTILINE | re.VERBOSE)
link_pat = re.compile(r'''<PYGTKDOCLINK\s+HREF="([^"]*)"\s*>(.*?)
- </PYGTKDOCLINK\s*>''', re.VERBOSE)
+ </PYGTKDOCLINK\s*>''', re.DOTALL | re.VERBOSE)
def scan_index_dir(idir):
for root, dirs, files in os.walk(idir):
if 'index.sgml' in files: