From: Fred Drake Date: Tue, 4 Dec 2001 22:48:17 +0000 (+0000) Subject: Added entry for the "cgitb" module docs. X-Git-Tag: v2.2.1c1~547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2a557e51eeb3d6fc444caab496d855dcbc2953b;p=python Added entry for the "cgitb" module docs. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 0551296035..4e48d837c8 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -152,6 +152,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libpdb.tex \ lib/libprofile.tex \ lib/libcgi.tex \ + lib/libcgitb.tex \ lib/liburllib.tex \ lib/liburllib2.tex \ lib/libhttplib.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index b1754f70c4..2557e59929 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -195,6 +195,7 @@ and how to embed it in other applications. \input{internet} % Internet Protocols \input{libwebbrowser} \input{libcgi} +\input{libcgitb} \input{liburllib} \input{liburllib2} \input{libhttplib}