]> granicus.if.org Git - python/commitdiff
Add entries for the new Tkinter chapter.
authorFred Drake <fdrake@acm.org>
Thu, 15 Nov 2001 17:25:29 +0000 (17:25 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 15 Nov 2001 17:25:29 +0000 (17:25 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index 6f13673de78f8bee5ed31cce5fbc3a01411c3ac5..055129603597b6c26ee8ce554463107f8ff647d2 100644 (file)
@@ -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.
index 4c5e3978a47a7e7207c617456fc4189bf31114f7..f6baaf237755e8cae2cc9e85dd61d5c933f9b2ff 100644 (file)
@@ -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}