]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add entries for tty module.
authorFred Drake <fdrake@acm.org>
Wed, 23 Jun 1999 17:29:02 +0000 (17:29 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 23 Jun 1999 17:29:02 +0000 (17:29 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index 7161c692567f7a65914e90328403a87db370e229..c5ffdd7261f9d1aa4054aca6e7cebdefe5d231b5 100644 (file)
@@ -198,6 +198,7 @@ LIBFILES= ../lib/lib.tex \
        ../lib/libpipes.tex \
        ../lib/librlcompleter.tex \
        ../lib/libstatvfs.tex \
+       ../lib/libtty.tex \
        ../lib/libcfgparser.tex
 
 # LaTeX source files for Macintosh Library Modules.
index c3bbcb828d49b1908e479c72a3bc8c42621d656d..8f61b54d20e073777d73ab892aa682d1199c25af 100644 (file)
@@ -169,6 +169,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libdbm}
 \input{libgdbm}
 \input{libtermios}
+\input{libtty}
 \input{libfcntl}
 \input{libpipes}
 \input{libposixfile}