diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-31 23:49:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-31 23:49:05 +0000 |
commit | 6327697c52f637509c1fa3e5ce59758ae7394fc6 (patch) | |
tree | da64f7e31bd43ace3b906e4409a19cc9b29bad02 | |
parent | f1d0e6be57b76cf4fb8a7c0612ea5e71cce5c5c2 (diff) | |
download | libxml2-6327697c52f637509c1fa3e5ce59758ae7394fc6.tar.gz |
Force the generato to use the API description in ../doc, Daniel
-rwxr-xr-x | python/generator.py | 2 |
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) |