From 7d65d388b847f6d66ac6dccbf4cbb9040ac40e97 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 22 Dec 1998 23:38:11 +0000 Subject: [PATCH] Add the getpass module to $(LIBFILES). --- Doc/Makefile.deps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 8a941482275..9f593b07531 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 \