]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added entries reflecting the separation of the abstract DOM documentation
authorFred Drake <fdrake@acm.org>
Wed, 29 Nov 2000 06:11:29 +0000 (06:11 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 29 Nov 2000 06:11:29 +0000 (06:11 +0000)
and the implementation docs for xml.dom.minidom.

Doc/Makefile.deps
Doc/lib/lib.tex

index 0ee05603ec231bf1d844dbcb9279b5139c08ee84..6a2378cb630bb9b2bf73590edc1b4523bdd0ddff 100644 (file)
@@ -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 \
index c1a83832a5afe5b3a0ee2cb5d87cafd29fc0ac87..ea6c71b0fdbe7d40f9c7e41bcebf22f7dbd0b45e 100644 (file)
@@ -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}