diff options
author | Fred Drake <fdrake@acm.org> | 2002-01-24 16:38:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-01-24 16:38:08 (GMT) |
commit | db2d3d1b3a0b63fc89f27692d57be1b55d559b27 (patch) | |
tree | 09904559e429dd555362d9b466f2ea334a3f9f5d | |
parent | bdd6e705ae7021c23cd7610e71bdb7accab1938b (diff) | |
download | cpython-db2d3d1b3a0b63fc89f27692d57be1b55d559b27.zip cpython-db2d3d1b3a0b63fc89f27692d57be1b55d559b27.tar.gz cpython-db2d3d1b3a0b63fc89f27692d57be1b55d559b27.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 \ |