diff options
author | Fred Drake <fdrake@acm.org> | 2004-01-29 15:13:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-01-29 15:13:08 (GMT) |
commit | 4d205e366cc48535f70c1fe939ce726658e46d98 (patch) | |
tree | 35b0d06bd574a42cb65bcce9bddd381f6bbd6cf4 | |
parent | dd256d97ccb301ad5a56a8316770baa05558c4eb (diff) | |
download | cpython-4d205e366cc48535f70c1fe939ce726658e46d98.zip cpython-4d205e366cc48535f70c1fe939ce726658e46d98.tar.gz cpython-4d205e366cc48535f70c1fe939ce726658e46d98.tar.bz2 |
update dependency information
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index fc052f4..3f569ef 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -284,6 +284,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libcalendar.tex \ lib/libpopen2.tex \ lib/libbisect.tex \ + lib/libcollections.tex \ lib/libheapq.tex \ lib/libmimetypes.tex \ lib/libsmtplib.tex \ |