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 | |
parent | baf71422b800622c2a2b6f783ec8404ca524f2d3 (diff) | |
download | cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.zip cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.tar.gz cpython-15bc404ca8c25f561c890a17db51aabfbdcf7819.tar.bz2 |
Added entries for difflib documentation.
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 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 \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 58e011f..5dde036 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -103,6 +103,7 @@ and how to embed it in other applications. \input{libstring} \input{libre} \input{libstruct} +\input{libdifflib} \input{libfpformat} \input{libstringio} \input{libcodecs} |