diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-04 22:48:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-04 22:48:17 (GMT) |
commit | d2a557e51eeb3d6fc444caab496d855dcbc2953b (patch) | |
tree | c101cdb1461735140722bb5cbe033e2cb22a3386 | |
parent | 6e70e8b401a5a76cfb58cd60cc0042c9bfd4254c (diff) | |
download | cpython-d2a557e51eeb3d6fc444caab496d855dcbc2953b.zip cpython-d2a557e51eeb3d6fc444caab496d855dcbc2953b.tar.gz cpython-d2a557e51eeb3d6fc444caab496d855dcbc2953b.tar.bz2 |
Added entry for the "cgitb" module docs.
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 0551296..4e48d83 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 b1754f7..2557e59 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} |