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:
@ -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'
|
||||
|
Reference in New Issue
Block a user