summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-12-22 23:38:11 (GMT)
committerFred Drake <fdrake@acm.org>1998-12-22 23:38:11 (GMT)
commit7d65d388b847f6d66ac6dccbf4cbb9040ac40e97 (patch)
tree6ada84f438abb69c8661fabdfd7c999cee992f46 /Doc/Makefile.deps
parent99e2c39b3195dd78153a99659bd8ca1ed385805f (diff)
downloadcpython-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.deps3
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 \