diff options
author | Steve Holden <steve@holdenweb.com> | 2002-07-03 18:36:39 (GMT) |
---|---|---|
committer | Steve Holden <steve@holdenweb.com> | 2002-07-03 18:36:39 (GMT) |
commit | b1af86a1d7ada842ede1d5ea02a9a04f3939b8ca (patch) | |
tree | cbc4c839a75285da08a7fdb71e646b108812dd50 /Doc/Makefile.deps | |
parent | df872a20525dbc69e398a1a30ce416327eed8b0b (diff) | |
download | cpython-b1af86a1d7ada842ede1d5ea02a9a04f3939b8ca.zip cpython-b1af86a1d7ada842ede1d5ea02a9a04f3939b8ca.tar.gz cpython-b1af86a1d7ada842ede1d5ea02a9a04f3939b8ca.tar.bz2 |
Revise asyncore documentation and document asynchat for the first time.
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 29a6bc1..7693c21 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -315,6 +315,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libstatvfs.tex \ lib/libtty.tex \ lib/libasyncore.tex \ + lib/libasynchat.tex \ lib/libatexit.tex \ lib/libmmap.tex \ lib/tkinter.tex \ |