1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

python: Make generator.py use Doxygen XML

This commit is contained in:
Nick Wellnhofer
2025-04-28 21:42:08 +02:00
parent ed850ec1e6
commit 321aa35638
5 changed files with 147 additions and 163 deletions

View File

@@ -97,8 +97,7 @@ libdirs = [
os.path.join(ROOT,'lib'),
]
xml_files = ["libxml2-api.xml",
"libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
xml_files = ["libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
"xmlgenerator.py", "README", "TODO", "drv_libxml2.py"]
xslt_files = ["libxslt-api.xml", "libxslt-python-api.xml",