From: Fred Drake Date: Tue, 22 Dec 1998 23:38:11 +0000 (+0000) Subject: Add the getpass module to $(LIBFILES). X-Git-Tag: v1.5.2b2~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d65d388b847f6d66ac6dccbf4cbb9040ac40e97;p=thirdparty%2FPython%2Fcpython.git Add the getpass module to $(LIBFILES). --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 8a9414822756..9f593b07531f 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 \