mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
was missing "drv_libxml2.py" Daniel
* python/setup.py.in : was missing "drv_libxml2.py" Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/setup.py.in : was missing "drv_libxml2.py"
|
||||||
|
|
||||||
Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
|
Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* tree.c xpath.c: some changes related to the new way of
|
* tree.c xpath.c: some changes related to the new way of
|
||||||
|
@ -87,7 +87,7 @@ os.path.join(ROOT,'lib'),
|
|||||||
|
|
||||||
xml_files = ["libxml2-api.xml", "libxml2-python-api.xml",
|
xml_files = ["libxml2-api.xml", "libxml2-python-api.xml",
|
||||||
"libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
|
"libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
|
||||||
"xmlgenerator.py", "README", "TODO"]
|
"xmlgenerator.py", "README", "TODO", "drv_libxml2.py"]
|
||||||
|
|
||||||
xslt_files = ["libxslt-api.xml", "libxslt-python-api.xml",
|
xslt_files = ["libxslt-api.xml", "libxslt-python-api.xml",
|
||||||
"libxslt.c", "libxsl.py", "libxslt_wrap.h",
|
"libxslt.c", "libxsl.py", "libxslt_wrap.h",
|
||||||
|
Reference in New Issue
Block a user