From: Fred Drake Date: Wed, 23 Jun 1999 13:34:22 +0000 (+0000) Subject: Added more sections... X-Git-Tag: v1.6a1~1169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af81a509c3b8c970ea43516545ec7b2564182352;p=thirdparty%2FPython%2Fcpython.git Added more sections... --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 6c18cacf80c7..7161c692567f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -190,8 +190,10 @@ LIBFILES= ../lib/lib.tex \ ../lib/libcmp.tex \ ../lib/libcmpcache.tex \ ../lib/libstatcache.tex \ + ../lib/libsunau.tex \ ../lib/libwave.tex \ ../lib/libchunk.tex \ + ../lib/libcodeop.tex \ ../lib/libcurses.tex \ ../lib/libpipes.tex \ ../lib/librlcompleter.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index fc01d6e8571a..c3bbcb828d49 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -90,6 +90,7 @@ add new extensions to Python and how to embed it in other applications. \input{libtokenize} \input{libpyclbr} \input{libcode} +\input{libcodeop} \input{libpprint} \input{librepr} \input{libpycompile} % really py_compile @@ -227,6 +228,7 @@ add new extensions to Python and how to embed it in other applications. \input{libaudioop} \input{libimageop} \input{libaifc} +\input{libsunau} \input{libwave} \input{libchunk} \input{libcolorsys}