diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index c4107ad1009..d0ed4148c3d 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 3e8cab15642..9cd765dd662 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}