summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-16 19:55:30 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-16 19:55:30 +0100
commitb041d829a211072bdab0026219b5a428268648d4 (patch)
tree1434652dcf03e87fa7b63c405a5c7c9cc5243d02 /doc/apibuild.py
parent176115c664f2a0ebe1d3784935a4055b52d0065f (diff)
downloadlibxml2-b041d829a211072bdab0026219b5a428268648d4.tar.gz
Remove xmlwin32version.h
This file was undocumented and never used anywhere. Maybe users were supposed to rename this file to xmlversion.h manually. These days, both CMake and win32/configure.js generate xmlversion.h from xmlversion.h.in, just like the Autotools build.
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 18e8a9d3..c8be0ee3 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -2114,11 +2114,11 @@ def rebuild():
if glob.glob("parser.c") != [] :
print("Rebuilding API description for libxml2")
builder = docBuilder("libxml2", [".", "."],
- ["xmlwin32version.h", "tst.c"])
+ ["tst.c"])
elif glob.glob("../parser.c") != [] :
print("Rebuilding API description for libxml2")
builder = docBuilder("libxml2", ["..", "../include/libxml"],
- ["xmlwin32version.h", "tst.c"])
+ ["tst.c"])
elif glob.glob("../libxslt/transform.c") != [] :
print("Rebuilding API description for libxslt")
builder = docBuilder("libxslt", ["../libxslt"],