1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

codegen: Consolidate tools for code generation

Move tools, source files and output tables into codegen directory.

Rename some files.

Adjust tools to match modified files. Remove generation date and source
files from output.

Distribute all tools and sources.
This commit is contained in:
Nick Wellnhofer
2025-05-15 17:49:49 +02:00
parent 0d34d690c4
commit 258d870629
18 changed files with 256 additions and 262 deletions

View File

@ -350,7 +350,7 @@ skipped_types = {
import os
import xml.etree.ElementTree as etree
sys.path.append(srcPref + '/../tools')
sys.path.append(srcPref + '/../codegen')
import xmlmod
xmlDocDir = dstPref + '/../doc/xml'