summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-12 23:40:13 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-12 23:40:13 (GMT)
commit3d97e35a2010f666b2b63d1cdccc6766301ce92c (patch)
treedbab69f4720db2ad4487de8fcd6628fb47c6ce6c /Doc
parent5ddf7adf8420ce1a88a21f9eda75f8620ef80b92 (diff)
downloadcpython-3d97e35a2010f666b2b63d1cdccc6766301ce92c.zip
cpython-3d97e35a2010f666b2b63d1cdccc6766301ce92c.tar.gz
cpython-3d97e35a2010f666b2b63d1cdccc6766301ce92c.tar.bz2
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 f7f73f9..e34f677 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 33acc07..7fa40a9 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}