From: Fred Drake Date: Tue, 24 Oct 2000 02:35:42 +0000 (+0000) Subject: Added entries for the xml.dom.minidom module. X-Git-Tag: v2.1a1~833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=277a21150bb840fd4c7fffb49dd9b8edf0c520f8;p=thirdparty%2FPython%2Fcpython.git Added entries for the xml.dom.minidom module. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 55eb070c15e7..0ee05603ec23 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -170,6 +170,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libdis.tex \ ../lib/libxmllib.tex \ ../lib/libpyexpat.tex \ + ../lib/xmldom.tex \ ../lib/xmlsax.tex \ ../lib/xmlsaxhandler.tex \ ../lib/xmlsaxutils.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 0b5b3049e1dc..c1a83832a5af 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -234,6 +234,7 @@ and how to embed it in other applications. \input{libsgmllib} \input{libhtmllib} \input{libpyexpat} +\input{xmldom} \input{xmlsax} \input{xmlsaxhandler} \input{xmlsaxutils}