diff options
-rw-r--r-- | Doc/Makefile.deps | 3 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 57393cb..f474964 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -171,6 +171,9 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libxmllib.tex \ ../lib/libpyexpat.tex \ ../lib/xmlsax.tex \ + ../lib/xmlsaxhandler.tex \ + ../lib/xmlsaxutils.tex \ + ../lib/xmlsaxreader.tex \ ../lib/libqueue.tex \ ../lib/liblocale.tex \ ../lib/libgettext.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 5425f3e..0b5b304 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -235,6 +235,9 @@ and how to embed it in other applications. \input{libhtmllib} \input{libpyexpat} \input{xmlsax} +\input{xmlsaxhandler} +\input{xmlsaxutils} +\input{xmlsaxreader} \input{libxmllib} \input{libmm} % Multimedia Services |