diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f7f73f910ec8..e34f677f57e8 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -178,6 +178,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libuserdict.tex \ lib/libdis.tex \ lib/libxmllib.tex \ + lib/libxmlrpclib.tex \ lib/libpyexpat.tex \ lib/xmldom.tex \ lib/xmldomminidom.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 33acc0739eff..7fa40a99671a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -246,6 +246,7 @@ and how to embed it in other applications. \input{xmlsaxutils} \input{xmlsaxreader} \input{libxmllib} +\input{libxmlrpclib} \input{libmm} % Multimedia Services \input{libaudioop}