diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-23 21:42:39 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-23 21:42:39 (GMT) |
commit | a2c110b13ae0618215fd4ee570ea9fb84cf8e4e8 (patch) | |
tree | 4f53de3340debf1a0cb130f81ceb47c58a5b3174 | |
parent | 338e7866e6c3a9db690b0c398058f84e60c59f83 (diff) | |
download | cpython-a2c110b13ae0618215fd4ee570ea9fb84cf8e4e8.zip cpython-a2c110b13ae0618215fd4ee570ea9fb84cf8e4e8.tar.gz cpython-a2c110b13ae0618215fd4ee570ea9fb84cf8e4e8.tar.bz2 |
Add missing dep for cookielib doc
-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 aa843a4..832402d 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -271,6 +271,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libgettext.tex \ lib/libbasehttp.tex \ lib/libcookie.tex \ + lib/libcookielib.tex \ lib/libcopyreg.tex \ lib/libsymbol.tex \ lib/libbinhex.tex \ |