diff options
author | Fred Drake <fdrake@acm.org> | 2002-08-02 18:20:34 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-08-02 18:20:34 +0000 |
commit | ad09bbfce36c7c145f188438d109819e14404cfa (patch) | |
tree | c3e6717f734aa746374e9f61b9f552ac2e8e462c | |
parent | 4a57c33dff598c3c80f6679a9f9d49e1752763a8 (diff) | |
download | cpython-git-ad09bbfce36c7c145f188438d109819e14404cfa.tar.gz |
Add heapq module docs to the 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 7693c21e40..ac4205bdfd 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -261,6 +261,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libcalendar.tex \ lib/libpopen2.tex \ lib/libbisect.tex \ + lib/libheapq.tex \ lib/libmimetypes.tex \ lib/libsmtplib.tex \ lib/libcmd.tex \ |