diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-23 17:29:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-23 17:29:02 (GMT) |
commit | 1b2dc9045ea07113170d6539f4e2a51b35d515bb (patch) | |
tree | 40e2d2285fc36feda5b9ca7c5d025a7e8c7a3d07 /Doc/Makefile.deps | |
parent | 0bccd73be08b13fbdef44c3811fbdfb97368ef29 (diff) | |
download | cpython-1b2dc9045ea07113170d6539f4e2a51b35d515bb.zip cpython-1b2dc9045ea07113170d6539f4e2a51b35d515bb.tar.gz cpython-1b2dc9045ea07113170d6539f4e2a51b35d515bb.tar.bz2 |
Add entries for tty module.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 insertions, 0 deletions
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. |