summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-12 23:40:13 +0000
committerFred Drake <fdrake@acm.org>2001-07-12 23:40:13 +0000
commit2c17a372fede48a6d738acd40e431d51b84e6121 (patch)
treea0dff39e84b36614463436c81221b8698ea6605c /Doc
parent1d41d5b2339c862d2f67862a4e2112dffe81b708 (diff)
downloadcpython-2c17a372fede48a6d738acd40e431d51b84e6121.tar.gz
Add entry for xmlrpclib documentation.
Diffstat (limited to 'Doc')
-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 f7f73f910e..e34f677f57 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 33acc0739e..7fa40a9967 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}