diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-01 19:54:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-01 19:54:29 (GMT) |
commit | 7606e4d00ee566471eaaf2b740f2d7406a634146 (patch) | |
tree | 7b7508be19652555e91dbea07e2f75fa77bf35e5 /Doc/Makefile.deps | |
parent | d977e35dd036ddab7aa785a5a9137bc4dd010a13 (diff) | |
download | cpython-7606e4d00ee566471eaaf2b740f2d7406a634146.zip cpython-7606e4d00ee566471eaaf2b740f2d7406a634146.tar.gz cpython-7606e4d00ee566471eaaf2b740f2d7406a634146.tar.bz2 |
Added entry for urllib2 documentation.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index e934cfe..3ffc9c4 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -105,6 +105,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libprofile.tex \ lib/libcgi.tex \ lib/liburllib.tex \ + lib/liburllib2.tex \ lib/libhttplib.tex \ lib/libftplib.tex \ lib/libgopherlib.tex \ |