diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 23:38:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 23:38:11 (GMT) |
commit | 7d65d388b847f6d66ac6dccbf4cbb9040ac40e97 (patch) | |
tree | 6ada84f438abb69c8661fabdfd7c999cee992f46 /Doc/Makefile.deps | |
parent | 99e2c39b3195dd78153a99659bd8ca1ed385805f (diff) | |
download | cpython-7d65d388b847f6d66ac6dccbf4cbb9040ac40e97.zip cpython-7d65d388b847f6d66ac6dccbf4cbb9040ac40e97.tar.gz cpython-7d65d388b847f6d66ac6dccbf4cbb9040ac40e97.tar.bz2 |
Add the getpass module to $(LIBFILES).
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 8a94148..9f593b0 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -164,7 +164,8 @@ LIBFILES= ../lib/lib.tex \ ../lib/libpycompile.tex \ ../lib/libcompileall.tex \ ../lib/libshlex.tex \ - ../lib/libnetrc.tex + ../lib/libnetrc.tex \ + ../lib/libgetpass.tex # LaTeX source files for Macintosh Library Modules. MACFILES= ../mac/mac.tex \ |