From 277a21150bb840fd4c7fffb49dd9b8edf0c520f8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 24 Oct 2000 02:35:42 +0000 Subject: Added entries for the xml.dom.minidom module. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 55eb070..0ee0560 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 0b5b304..c1a8383 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} -- cgit v0.12