diff options
author | Fred Drake <fdrake@acm.org> | 2000-03-31 18:10:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-03-31 18:10:17 (GMT) |
commit | 38d062d02290f71acf8519f9f0fc45df8f72d24a (patch) | |
tree | 39e31b929083be30c775d49ac60572d93ef70b4f | |
parent | 3c9f936eee8bd826b631ee886ec3bb063da35fbd (diff) | |
download | cpython-38d062d02290f71acf8519f9f0fc45df8f72d24a.zip cpython-38d062d02290f71acf8519f9f0fc45df8f72d24a.tar.gz cpython-38d062d02290f71acf8519f9f0fc45df8f72d24a.tar.bz2 |
Reflect the two new sections in the dependencies.
-rw-r--r-- | Doc/Makefile.deps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 96aa69b..d914985 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -156,6 +156,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libcommands.tex \ ../lib/libcmath.tex \ ../lib/libgzip.tex \ + ../lib/libzipfile.tex \ ../lib/libpprint.tex \ ../lib/libcode.tex \ ../lib/libmimify.tex \ @@ -188,6 +189,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libcompileall.tex \ ../lib/libshlex.tex \ ../lib/libnetrc.tex \ + ../lib/librobotparser.tex \ ../lib/libgetpass.tex \ ../lib/libshutil.tex \ ../lib/librepr.tex \ |