From: Fred Drake Date: Wed, 30 May 2001 04:59:50 +0000 (+0000) Subject: Added entry for HTMLParser documentation. X-Git-Tag: v2.2a3~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cba3d0e64453a8e567f3ef155f0263f48634c72;p=thirdparty%2FPython%2Fcpython.git Added entry for HTMLParser documentation. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index c4107ad1009f..d0ed4148c3d4 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -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 \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 3e8cab156420..9cd765dd662b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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}