diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-19 16:55:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-19 16:55:31 (GMT) |
commit | 15446d344d2bda98bf8fd7d0244081a9d4bb7c8f (patch) | |
tree | 61265f6386e256e595fde251bcf933e4244addbd /Doc | |
parent | e5c7352201c3691e5b212fc4517ac4789ae65a15 (diff) | |
download | cpython-15446d344d2bda98bf8fd7d0244081a9d4bb7c8f.zip cpython-15446d344d2bda98bf8fd7d0244081a9d4bb7c8f.tar.gz cpython-15446d344d2bda98bf8fd7d0244081a9d4bb7c8f.tar.bz2 |
Add entry for Cookie module.
Diffstat (limited to 'Doc')
-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 6fd16df..f5b62b9 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -171,6 +171,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libqueue.tex \ ../lib/liblocale.tex \ ../lib/libbasehttp.tex \ + ../lib/libcookie.tex \ ../lib/libcopyreg.tex \ ../lib/libsymbol.tex \ ../lib/libbinhex.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index ef3f71d..255fcd8 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -205,6 +205,7 @@ and how to embed it in other applications. \input{libbasehttp} \input{libsimplehttp} \input{libcgihttp} +\input{libcookie} \input{libasyncore} \input{netdata} % Internet Data Handling |