From: Fred Drake Date: Tue, 22 Jun 1999 18:50:06 +0000 (+0000) Subject: Added entry for the chunk module. X-Git-Tag: v1.6a1~1173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=707f8e67b91896276a8fd1e1c0cf563642a34ecc;p=thirdparty%2FPython%2Fcpython.git Added entry for the chunk module. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 38ef13344ee5..6c18cacf80c7 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -191,6 +191,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libcmpcache.tex \ ../lib/libstatcache.tex \ ../lib/libwave.tex \ + ../lib/libchunk.tex \ ../lib/libcurses.tex \ ../lib/libpipes.tex \ ../lib/librlcompleter.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2e318d21d84f..fc01d6e8571a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -228,6 +228,7 @@ add new extensions to Python and how to embed it in other applications. \input{libimageop} \input{libaifc} \input{libwave} +\input{libchunk} \input{libcolorsys} \input{librgbimg} \input{libimghdr}