From 7df4dd7de2354ba4675db3d6f4aaca7416969282 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 11 Jun 1999 18:36:42 +0000 Subject: [PATCH] Add entry for the fpformat module. --- 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 84b1ae014c..201db22d3c 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -181,6 +181,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libmhlib.tex \ ../lib/libtelnetlib.tex \ ../lib/libcolorsys.tex \ + ../lib/libfpformat.tex \ ../lib/libcfgparser.tex # LaTeX source files for Macintosh Library Modules. diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 72a457f209..b9e89088b8 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -105,6 +105,7 @@ add new extensions to Python and how to embed it in other applications. \input{libregex} \input{libregsub} \input{libstruct} +\input{libfpformat} \input{libstringio} %\input{libsoundex} -- 2.40.0