diff options
author | Fred Drake <fdrake@acm.org> | 2002-01-24 16:39:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-01-24 16:39:26 (GMT) |
commit | 4d1012db9a07b041a8c0a752865f411a5f8acbfb (patch) | |
tree | f4c27025cb5cdeb85920f8f80d88e44c4584555f | |
parent | 44f813a382b9465d90563882758dfdabe915c4b0 (diff) | |
download | cpython-4d1012db9a07b041a8c0a752865f411a5f8acbfb.zip cpython-4d1012db9a07b041a8c0a752865f411a5f8acbfb.tar.gz cpython-4d1012db9a07b041a8c0a752865f411a5f8acbfb.tar.bz2 |
libkeyword.tex was missing from the list of dependencies for the
Library Reference.
-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 ee76b22..b38d8e0 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -200,6 +200,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libstat.tex \ lib/libstringio.tex \ lib/libtoken.tex \ + lib/libkeyword.tex \ lib/libundoc.tex \ lib/libmailcap.tex \ lib/libglob.tex \ |