Added entry for HTMLParser documentation.
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 @@
 	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 @@
 \input{librobotparser}
 
 \input{markup}                  % Structured Markup Processing Tools
+\input{libhtmlparser}
 \input{libsgmllib}
 \input{libhtmllib}
 \input{libpyexpat}