diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-28 22:02:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-28 22:02:49 (GMT) |
commit | 06c61b14fe015f6ff1e18a285bb2bfe368287bd8 (patch) | |
tree | 114955eb48b7530bb28027b7321ffd9e66b71e48 /Doc/Makefile.deps | |
parent | e486e0d066d7f4039bbc6ed3e9eff035114a7d05 (diff) | |
download | cpython-06c61b14fe015f6ff1e18a285bb2bfe368287bd8.zip cpython-06c61b14fe015f6ff1e18a285bb2bfe368287bd8.tar.gz cpython-06c61b14fe015f6ff1e18a285bb2bfe368287bd8.tar.bz2 |
Add entry for the SimpleXMLRPCServer module.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 8433161..9071813 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -198,6 +198,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libdis.tex \ lib/libxmllib.tex \ lib/libxmlrpclib.tex \ + lib/libsimplexmlrpc.tex \ lib/libpyexpat.tex \ lib/xmldom.tex \ lib/xmldomminidom.tex \ |