summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-01 19:54:29 +0000
committerFred Drake <fdrake@acm.org>2001-03-01 19:54:29 +0000
commit7606e4d00ee566471eaaf2b740f2d7406a634146 (patch)
tree7b7508be19652555e91dbea07e2f75fa77bf35e5 /Doc
parentd977e35dd036ddab7aa785a5a9137bc4dd010a13 (diff)
downloadcpython-git-7606e4d00ee566471eaaf2b740f2d7406a634146.tar.gz
Added entry for urllib2 documentation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index e934cfed50..3ffc9c4925 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 \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index d0ec194538..491d2b47ab 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -194,6 +194,7 @@ and how to embed it in other applications.
\input{libwebbrowser}
\input{libcgi}
\input{liburllib}
+\input{liburllib2}
\input{libhttplib}
\input{libftplib}
\input{libgopherlib}