summaryrefslogtreecommitdiff
path: root/genChRanges.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-11 20:58:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-11 20:58:06 +0000
commit1a99396b18b85d27c33f24b509fe03213ddce04c (patch)
tree50f36379bfe09e4327c145a4d3b0df6ba687f1b6 /genChRanges.py
parent6819a4e3e80785260d4d821841ceca7e47ea6731 (diff)
downloadlibxml2-1a99396b18b85d27c33f24b509fe03213ddce04c.tar.gz
removed some annoying warnings fixed a bug in the PubidChars definition,
* check-xml-test-suite.py: removed some annoying warnings * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug in the PubidChars definition, regenerated, there is still a bug left somewhere * genChRanges.py: save the header directly in include/libxml/ * configure.in: I generated a 2.6.0beta6 earlier today Daniel
Diffstat (limited to 'genChRanges.py')
-rwxr-xr-xgenChRanges.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/genChRanges.py b/genChRanges.py
index 81247bf5..8ff470e4 100755
--- a/genChRanges.py
+++ b/genChRanges.py
@@ -201,9 +201,9 @@ for line in defines.readlines():
# Generate the headings:
#
try:
- header = open("chvalid.h", "w")
+ header = open("include/libxml/chvalid.h", "w")
except:
- print "Failed to open chvalid.h"
+ print "Failed to open include/libxml/chvalid.h"
sys.exit(1)
try: