mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
This code has been broken and deprecated since version 2.6.0, released
in 2003. Because of a bug in commit 961b535c, DOCBparser.c was never
compiled since 2012. I couldn't find a Debian package using any of its
symbols, so it seems safe to remove this module.
54 lines
831 B
Makefile
54 lines
831 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
xmlincdir = $(includedir)/libxml2/libxml
|
|
|
|
xmlinc_HEADERS = \
|
|
SAX.h \
|
|
entities.h \
|
|
encoding.h \
|
|
parser.h \
|
|
parserInternals.h \
|
|
xmlerror.h \
|
|
HTMLparser.h \
|
|
HTMLtree.h \
|
|
debugXML.h \
|
|
tree.h \
|
|
list.h \
|
|
hash.h \
|
|
xpath.h \
|
|
xpathInternals.h \
|
|
xpointer.h \
|
|
xinclude.h \
|
|
xmlIO.h \
|
|
xmlmemory.h \
|
|
nanohttp.h \
|
|
nanoftp.h \
|
|
uri.h \
|
|
valid.h \
|
|
xlink.h \
|
|
xmlversion.h \
|
|
catalog.h \
|
|
threads.h \
|
|
globals.h \
|
|
c14n.h \
|
|
xmlautomata.h \
|
|
xmlregexp.h \
|
|
xmlmodule.h \
|
|
xmlschemas.h \
|
|
schemasInternals.h \
|
|
xmlschemastypes.h \
|
|
xmlstring.h \
|
|
xmlunicode.h \
|
|
xmlreader.h \
|
|
relaxng.h \
|
|
dict.h \
|
|
SAX2.h \
|
|
xmlexports.h \
|
|
xmlwriter.h \
|
|
chvalid.h \
|
|
pattern.h \
|
|
xmlsave.h \
|
|
schematron.h
|
|
|
|
EXTRA_DIST = xmlversion.h.in
|