summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-01-31 23:49:05 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-01-31 23:49:05 +0000
commit6327697c52f637509c1fa3e5ce59758ae7394fc6 (patch)
treeda64f7e31bd43ace3b906e4409a19cc9b29bad02
parentf1d0e6be57b76cf4fb8a7c0612ea5e71cce5c5c2 (diff)
downloadlibxml2-6327697c52f637509c1fa3e5ce59758ae7394fc6.tar.gz
Force the generato to use the API description in ../doc, Daniel
-rwxr-xr-xpython/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py
index decd4202..cc2c33ba 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -383,7 +383,7 @@ def print_function_wrapper(name, output, export, include):
return 1
try:
- f = open("libxml2-api.xml")
+ f = open("../doc/libxml2-api.xml")
data = f.read()
(parser, target) = getparser()
parser.feed(data)