summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-30 04:59:50 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-30 04:59:50 (GMT)
commit6cba3d0e64453a8e567f3ef155f0263f48634c72 (patch)
tree469d36a73d8d18dd464c72270f418147034f27b3
parent3b755d43ac9f732d4bbb8622e9f98b874476c663 (diff)
downloadcpython-6cba3d0e64453a8e567f3ef155f0263f48634c72.zip
cpython-6cba3d0e64453a8e567f3ef155f0263f48634c72.tar.gz
cpython-6cba3d0e64453a8e567f3ef155f0263f48634c72.tar.bz2
Added entry for HTMLParser documentation.
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index c4107ad..d0ed414 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 3e8cab1..9cd765d 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}