diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-28 20:17:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-28 20:17:33 (GMT) |
commit | 566c8327f7b5fa3a24a933e065886b4c95f3c08a (patch) | |
tree | 85fd373276c7a667625679f36201fbcc4beaa4aa /Doc/Makefile.deps | |
parent | 449e18f45999e742a45ee778c3cfb82042f86750 (diff) | |
download | cpython-566c8327f7b5fa3a24a933e065886b4c95f3c08a.zip cpython-566c8327f7b5fa3a24a933e065886b4c95f3c08a.tar.gz cpython-566c8327f7b5fa3a24a933e065886b4c95f3c08a.tar.bz2 |
Added entry for libshutil.tex.
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 9f593b0..e9e8512 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -165,7 +165,8 @@ LIBFILES= ../lib/lib.tex \ ../lib/libcompileall.tex \ ../lib/libshlex.tex \ ../lib/libnetrc.tex \ - ../lib/libgetpass.tex + ../lib/libgetpass.tex \ + ../lib/libshutil.tex # LaTeX source files for Macintosh Library Modules. MACFILES= ../mac/mac.tex \ |