From 1b2dc9045ea07113170d6539f4e2a51b35d515bb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 23 Jun 1999 17:29:02 +0000 Subject: Add entries for tty module. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 7161c69..c5ffdd7 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -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. diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index c3bbcb8..8f61b54 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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} -- cgit v0.12