]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add entry for xmlrpclib documentation.
authorFred Drake <fdrake@acm.org>
Thu, 12 Jul 2001 23:40:13 +0000 (23:40 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Jul 2001 23:40:13 +0000 (23:40 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index f7f73f910ec891665a1a79f44efab5e1032d5bf9..e34f677f57e830dad9157d82db9525e25280a895 100644 (file)
@@ -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 \
index 33acc0739eff85f2a628a09659f402862a10270c..7fa40a99671a7c912cd231bb41840e8d0b9785a3 100644 (file)
@@ -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}