diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-19 16:32:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-19 16:32:40 (GMT) |
commit | 15bc404ca8c25f561c890a17db51aabfbdcf7819 (patch) | |
tree | 978f2ffc49fcffd8a69bc9d75e0647942c03add7 /Doc/Makefile.deps | |
parent | baf71422b800622c2a2b6f783ec8404ca524f2d3 (diff) | |
download | cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.zip cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.tar.gz cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.tar.bz2 |
Added entries for difflib documentation.
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 8a04e04..7a79996 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -54,6 +54,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libfpectl.tex \ ../lib/libgc.tex \ ../lib/libweakref.tex \ + ../lib/libdifflib.tex \ ../lib/libdoctest.tex \ ../lib/libtypes.tex \ ../lib/libtraceback.tex \ |