diff options
author | Fred Drake <fdrake@acm.org> | 2003-04-09 03:25:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-04-09 03:25:07 (GMT) |
commit | 61a0a73d7646b4ce19f404657f66eef47fd77461 (patch) | |
tree | ac8b1618bdb92d51f0077bbd8f74ec9211e52643 /Doc | |
parent | fda5e27ec9789768243849b0de9b26da49f910b0 (diff) | |
download | cpython-61a0a73d7646b4ce19f404657f66eef47fd77461.zip cpython-61a0a73d7646b4ce19f404657f66eef47fd77461.tar.gz cpython-61a0a73d7646b4ce19f404657f66eef47fd77461.tar.bz2 |
Add dependency information for the hotshot package docs.
Diffstat (limited to '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 55ebda6..502e9ea 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -169,6 +169,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/liblogging.tex \ lib/libpdb.tex \ lib/libprofile.tex \ + lib/libhotshot.tex \ lib/libtimeit.tex \ lib/libcgi.tex \ lib/libcgitb.tex \ |