diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 04:27:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 04:27:07 (GMT) |
commit | 1e0f8bfea93e27357259cd7ba829c8073e15c74e (patch) | |
tree | b4949ae44db42850b1c89cba60fa0ea48a17f34b /Doc/Makefile | |
parent | 36751b0ed2fb473851f91e8e9563ccffc0f773be (diff) | |
download | cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.zip cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.tar.gz cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.tar.bz2 |
Add imaplib to appropriate lists.
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 fcac619..83be111 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -168,7 +168,7 @@ LIBFILES = lib.tex \ libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \ liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \ libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \ - libfileinput.tex + libfileinput.tex libimaplib.tex # Library document lib.dvi: tools/indfix.py $(LIBFILES) |