From: Fred Drake Date: Thu, 15 Nov 2001 17:25:29 +0000 (+0000) Subject: Add entries for the new Tkinter chapter. X-Git-Tag: v2.2.1c1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53556861df36d2b5cb66df39798b61525f8e32e2;p=python Add entries for the new Tkinter chapter. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 6f13673de7..0551296035 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -308,6 +308,8 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libasyncore.tex \ lib/libatexit.tex \ lib/libmmap.tex \ + lib/tkinter.tex \ + lib/libturtle.tex \ lib/libcfgparser.tex # LaTeX source files for Macintosh Library Modules. diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4c5e3978a4..f6baaf2377 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -269,6 +269,9 @@ and how to embed it in other applications. \input{libmpz} \input{librotor} +\input{tkinter} +\input{libturtle} + \input{librestricted} % Restricted Execution \input{librexec} \input{libbastion}