diff options
author | Guido van Rossum <guido@python.org> | 1997-04-30 19:40:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-30 19:40:10 (GMT) |
commit | dfb4120ea1710ea59979d8e39db7885d78c513a4 (patch) | |
tree | fad5303e3547d37c5d0b80981ad82edc47a78a99 /Doc/Makefile | |
parent | 412154f3c75b16923f81d02352629eabcdbe16a9 (diff) | |
download | cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.zip cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.tar.gz cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.tar.bz2 |
Add zlib
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index bf2491c..3edd6b6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -115,7 +115,7 @@ LIBFILES = lib.tex \ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ - libbase64.tex libfnmatch.tex libquopri.tex + libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex # Library document lib.dvi: $(LIBFILES) |