diff options
author | Guido van Rossum <guido@python.org> | 1997-03-25 22:01:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-25 22:01:35 (GMT) |
commit | 20af95b4338e022d9dd58a0d8ae848b5a8557b92 (patch) | |
tree | 695980b2762226f3779dbab8da769611063770af /Doc/Makefile | |
parent | bfc3944bfdcdc996ab27e3200163b1210ec6fc5e (diff) | |
download | cpython-20af95b4338e022d9dd58a0d8ae848b5a8557b92.zip cpython-20af95b4338e022d9dd58a0d8ae848b5a8557b92.tar.gz cpython-20af95b4338e022d9dd58a0d8ae848b5a8557b92.tar.bz2 |
Added docs for mailcap
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 e1b2c36..db63157 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -113,7 +113,7 @@ LIBFILES = lib.tex \ libxdrlib.tex libimghdr.tex \ librestricted.tex librexec.tex libbastion.tex \ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ - libstat.tex libstrio.tex libundoc.tex + libstat.tex libstrio.tex libundoc.tex libmailcap.tex # Library document lib.dvi: $(LIBFILES) |