From 15bc404ca8c25f561c890a17db51aabfbdcf7819 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 19 Feb 2001 16:32:40 +0000 Subject: [PATCH] Added entries for difflib documentation. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) 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} -- 2.50.0