diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-05 13:49:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-05 13:49:30 (GMT) |
commit | 0d83f68fc9b7dc40a5fc3a6d7dd30ced97fcd2b5 (patch) | |
tree | a859d848e5a3b60bc219eb1a66cfe4c1139901c2 /Doc/Makefile.deps | |
parent | e905e957210a26804bc224f0d7577ab85b044c4a (diff) | |
download | cpython-0d83f68fc9b7dc40a5fc3a6d7dd30ced97fcd2b5.zip cpython-0d83f68fc9b7dc40a5fc3a6d7dd30ced97fcd2b5.tar.gz cpython-0d83f68fc9b7dc40a5fc3a6d7dd30ced97fcd2b5.tar.bz2 |
Added entry for mmap module.
Diffstat (limited to 'Doc/Makefile.deps')
-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 f2b268a..539d9e7 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -238,6 +238,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libtty.tex \ ../lib/libasyncore.tex \ ../lib/libatexit.tex \ + ../lib/libmmap.tex \ ../lib/libcfgparser.tex # LaTeX source files for Macintosh Library Modules. |