diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 14:26:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 14:26:43 (GMT) |
commit | 2097ef126bbf2e4a152bb691c89b43ce1d7d41b4 (patch) | |
tree | 50d0773b525f483912cbb2360140a13660477b09 /Doc/Makefile.deps | |
parent | 98f8a3d8dac9a4a758c941d471486fe4dcf42963 (diff) | |
download | cpython-2097ef126bbf2e4a152bb691c89b43ce1d7d41b4.zip cpython-2097ef126bbf2e4a152bb691c89b43ce1d7d41b4.tar.gz cpython-2097ef126bbf2e4a152bb691c89b43ce1d7d41b4.tar.bz2 |
Added entry for codecs 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 d914985..2ffc948 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -60,6 +60,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libmain.tex \ ../lib/libstrings.tex \ ../lib/libstring.tex \ + ../lib/libcodecs.tex \ ../lib/libregex.tex \ ../lib/libregsub.tex \ ../lib/libstruct.tex \ |