From 6cba3d0e64453a8e567f3ef155f0263f48634c72 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 30 May 2001 04:59:50 +0000 Subject: Added entry for HTMLParser documentation. --- 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 c4107ad100..d0ed4148c3 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 3e8cab1564..9cd765dd66 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} -- cgit v1.2.1