]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added more sections...
authorFred Drake <fdrake@acm.org>
Wed, 23 Jun 1999 13:34:22 +0000 (13:34 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 23 Jun 1999 13:34:22 +0000 (13:34 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index 6c18cacf80c7fb2014bc5f3dec6a1b98138daa92..7161c692567f7a65914e90328403a87db370e229 100644 (file)
@@ -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 \
index fc01d6e8571a18b76def9f4847273336869bd221..c3bbcb828d49b1908e479c72a3bc8c42621d656d 100644 (file)
@@ -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}