summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex2
2 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 11257ee..0194cc7 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -252,7 +252,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libre.tex \
lib/libuserdict.tex \
lib/libdis.tex \
- lib/libxmllib.tex \
lib/libxmlrpclib.tex \
lib/libsimplexmlrpc.tex \
lib/libdocxmlrpc.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 443e331..78556bf 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -281,7 +281,7 @@ and how to embed it in other applications.
\input{xmlsaxhandler}
\input{xmlsaxutils}
\input{xmlsaxreader}
-\input{libxmllib}
+% \input{libxmllib}
\input{libmm} % Multimedia Services
\input{libaudioop}