From: Fred Drake Date: Mon, 19 Feb 2001 16:32:40 +0000 (+0000) Subject: Added entries for difflib documentation. X-Git-Tag: v2.1b1~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15bc404ca8c25f561c890a17db51aabfbdcf7819;p=python Added entries for difflib documentation. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 8a04e04d06..7a79996f38 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 58e011fe46..5dde0360e3 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}