From: Fred Drake Date: Wed, 29 Nov 2000 06:11:29 +0000 (+0000) Subject: Added entries reflecting the separation of the abstract DOM documentation X-Git-Tag: v2.1a1~695 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f65ab1bf100f4a90a465ce2c60015228d480c83b;p=thirdparty%2FPython%2Fcpython.git Added entries reflecting the separation of the abstract DOM documentation and the implementation docs for xml.dom.minidom. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 0ee05603ec23..6a2378cb630b 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 c1a83832a5af..ea6c71b0fdbe 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}