mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel
* python/setup.py.in: patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/setup.py.in: patch from St<53>phane Bidoul to include
|
||||||
|
drv_libxml2.py in setup.py
|
||||||
|
|
||||||
Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
|
Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* doc/xmlreader.html: starting documenting the new XmlTextReader
|
* doc/xmlreader.html: starting documenting the new XmlTextReader
|
||||||
|
@ -159,7 +159,7 @@ if with_xslt == 1:
|
|||||||
|
|
||||||
|
|
||||||
descr = "libxml2 package"
|
descr = "libxml2 package"
|
||||||
modules = [ 'libxml2' ]
|
modules = [ 'libxml2', 'drv_libxml2' ]
|
||||||
if WITHDLLS:
|
if WITHDLLS:
|
||||||
modules.append('libxmlmods.__init__')
|
modules.append('libxmlmods.__init__')
|
||||||
c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]
|
c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]
|
||||||
|
Reference in New Issue
Block a user