diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-03-22 16:19:52 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-03-22 16:19:52 (GMT) |
commit | 24fcd23eae7cb5b2261e5c8f5f197f6f5fe11d6a (patch) | |
tree | 7a8518eeccc0ff75d7701e678e02cf9f1970810f /Doc/Makefile.deps | |
parent | b84e6fa710e5e554cb892e674961b02fa2d9752b (diff) | |
download | cpython-24fcd23eae7cb5b2261e5c8f5f197f6f5fe11d6a.zip cpython-24fcd23eae7cb5b2261e5c8f5f197f6f5fe11d6a.tar.gz cpython-24fcd23eae7cb5b2261e5c8f5f197f6f5fe11d6a.tar.bz2 |
Back out previous change as discussed on python-checkins
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 85e06bd..b43106f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -96,7 +96,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/emailmessage.tex \ lib/emailparser.tex \ lib/emailutil.tex \ - lib/mimelib.tex \ lib/libintro.tex \ lib/libobjs.tex \ lib/libstdtypes.tex \ |