summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2002-11-05 16:50:05 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2002-11-05 16:50:05 (GMT)
commitf8ca8364c9682df468a982a5f29831b76521bb6d (patch)
tree21c553e9abd138d4989b138f4e778ae5a07a41bc /Doc/Makefile.deps
parent6b016852f83621178ae053509c044d6fd27f46e3 (diff)
downloadcpython-f8ca8364c9682df468a982a5f29831b76521bb6d.zip
cpython-f8ca8364c9682df468a982a5f29831b76521bb6d.tar.gz
cpython-f8ca8364c9682df468a982a5f29831b76521bb6d.tar.bz2
Patch implementing bz2 module.
* setup.py (PyBuildExt.detect_modules): Included bz2 module detection. * Modules/bz2module.c * Lib/test/test_bz2.py * Doc/lib/libbz2.tex Included files implementing, testing, and documenting bz2 module. * Doc/Makefile.deps * Doc/lib/lib.tex Include references to libbz2.tex. * Misc/NEWS (Library): Mention distutils' c++ linkage patch, and new bz2 module.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index b6c311e..f1673c1 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -227,6 +227,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libcommands.tex \
lib/libcmath.tex \
lib/libgzip.tex \
+ lib/libbz2.tex \
lib/libzipfile.tex \
lib/libpprint.tex \
lib/libcode.tex \