diff options
-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 84b1ae0..201db22 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 72a457f..b9e8908 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} |