diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 18:12:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 18:12:22 (GMT) |
commit | abc64b74c896cd1656e77d882642a11fb4f104e6 (patch) | |
tree | 4a0791aeb494d56673a690fff3d165fe8b2aab9d /Doc/Makefile.deps | |
parent | a4b5d587909656340cc3adecc2538b6e7996e3ca (diff) | |
download | cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.zip cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.gz cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.bz2 |
Added entry for pty 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 3870713..e968cd7 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -198,6 +198,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libmutex.tex \ ../lib/libnis.tex \ ../lib/libpipes.tex \ + ../lib/libpty.tex \ ../lib/librlcompleter.tex \ ../lib/libsched.tex \ ../lib/libstatvfs.tex \ |