Add entries for the new Tkinter chapter.
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 6f13673..0551296 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -308,6 +308,8 @@
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 4c5e397..f6baaf2 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -269,6 +269,9 @@
\input{libmpz}
\input{librotor}
+\input{tkinter}
+\input{libturtle}
+
\input{librestricted} % Restricted Execution
\input{librexec}
\input{libbastion}