diff options
author | Fred Drake <fdrake@acm.org> | 2004-07-11 16:25:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-07-11 16:25:25 (GMT) |
commit | 2363e8fece04afb6b48aabea5bc061234b3df2ed (patch) | |
tree | ec531e81d30125bcb14f79997f92bc51924792f3 /Doc/Makefile.deps | |
parent | 88e8e34ab0628f92d01f0c57f7b6a02b9354a41a (diff) | |
download | cpython-2363e8fece04afb6b48aabea5bc061234b3df2ed.zip cpython-2363e8fece04afb6b48aabea5bc061234b3df2ed.tar.gz cpython-2363e8fece04afb6b48aabea5bc061234b3df2ed.tar.bz2 |
Added documentation for the "smtpd" module.
Closes SF bug #450803.
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 3f569ef..9ad5f19 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -288,6 +288,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libheapq.tex \ lib/libmimetypes.tex \ lib/libsmtplib.tex \ + lib/libsmtpd.tex \ lib/libcmd.tex \ lib/libmultifile.tex \ lib/libthreading.tex \ |