]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added entry for HTMLParser documentation.
authorFred Drake <fdrake@acm.org>
Wed, 30 May 2001 04:59:50 +0000 (04:59 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 May 2001 04:59:50 +0000 (04:59 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index c4107ad1009fe5a949a112801b423555d04b99a0..d0ed4148c3d41ebb2f001a69e5ca51e794a53f5a 100644 (file)
@@ -112,6 +112,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
        lib/libgopherlib.tex \
        lib/libnntplib.tex \
        lib/liburlparse.tex \
+       lib/libhtmlparser.tex \
        lib/libhtmllib.tex \
        lib/libsgmllib.tex \
        lib/librfc822.tex \
index 3e8cab156420bc4eeaff66248f1219590cfa6dcd..9cd765dd662b7e3b5ba9107febace10405cbb7b0 100644 (file)
@@ -234,6 +234,7 @@ and how to embed it in other applications.
 \input{librobotparser}
 
 \input{markup}                  % Structured Markup Processing Tools
+\input{libhtmlparser}
 \input{libsgmllib}
 \input{libhtmllib}
 \input{libpyexpat}