diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-06 06:42:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-06 06:42:01 (GMT) |
commit | 5b5271713010950ce7345be55b8c2d3cec7fc0b1 (patch) | |
tree | 30e7804c1463255585c5a760024f76f086b31715 /Doc/Makefile.deps | |
parent | 99812134be060d47109ab7b026dbe0333a09fa7b (diff) | |
download | cpython-5b5271713010950ce7345be55b8c2d3cec7fc0b1.zip cpython-5b5271713010950ce7345be55b8c2d3cec7fc0b1.tar.gz cpython-5b5271713010950ce7345be55b8c2d3cec7fc0b1.tar.bz2 |
add missing dependency
Diffstat (limited to 'Doc/Makefile.deps')
-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 b3afc21..dc03a19 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -114,6 +114,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libdifflib.tex \ lib/libdoctest.tex \ lib/libunittest.tex \ + lib/libtest.tex \ lib/libtypes.tex \ lib/libtraceback.tex \ lib/libpickle.tex \ |