summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 725eaed..3b9f095 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -169,6 +169,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
../lib/libdis.tex \
../lib/libxmllib.tex \
../lib/libpyexpat.tex \
+ ../lib/xmlsax.tex \
../lib/libqueue.tex \
../lib/liblocale.tex \
../lib/libgettext.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index c351707..5fd378c 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -235,6 +235,7 @@ and how to embed it in other applications.
\input{libhtmllib}
\input{libxmllib}
\input{libpyexpat}
+\input{xmlsax}
\input{libmm} % Multimedia Services
\input{libaudioop}