diff options
author | Guido van Rossum <guido@python.org> | 1997-05-19 19:55:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-19 19:55:16 (GMT) |
commit | 6181e006672ed5b4175d063744bc96b53cece09b (patch) | |
tree | 5c3df6b5b318e8f41d8276195668e9e358af82c3 /Doc/Makefile | |
parent | fe4dfc7ce3b27b8c1fce6de2321f20ac3bd9ce93 (diff) | |
download | cpython-6181e006672ed5b4175d063744bc96b53cece09b.zip cpython-6181e006672ed5b4175d063744bc96b53cece09b.tar.gz cpython-6181e006672ed5b4175d063744bc96b53cece09b.tar.bz2 |
Added AMK's SocketServer docs.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a136685..98f7f61 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -110,7 +110,7 @@ LIBFILES = lib.tex \ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ - libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex + libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex # Library document lib.dvi: $(LIBFILES) |