diff options
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 0ee0560..6a2378c 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -171,6 +171,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libxmllib.tex \ ../lib/libpyexpat.tex \ ../lib/xmldom.tex \ + ../lib/xmldomminidom.tex \ ../lib/xmlsax.tex \ ../lib/xmlsaxhandler.tex \ ../lib/xmlsaxutils.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index c1a8383..ea6c71b 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{libpyexpat} \input{xmldom} +\input{xmldomminidom} \input{xmlsax} \input{xmlsaxhandler} \input{xmlsaxutils} |