diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
commit | dc48b74497b67a449dd622fdaa7d69e7bff65a5e (patch) | |
tree | ba027660da3557237255591af3491af213e3a15e /Doc/Makefile.deps | |
parent | 8d76cca0265aaa23d2a59af3bfb1bcd133c0a59d (diff) | |
download | cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.zip cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.gz cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.bz2 |
Remove the rgbimg module. It has been deprecated since Python 2.5.
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 1827ab3..da07e4f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -201,7 +201,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libimageop.tex \ lib/libaifc.tex \ lib/libjpeg.tex \ - lib/librgbimg.tex \ lib/libossaudiodev.tex \ lib/libcrypto.tex \ lib/libhashlib.tex \ |