Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5355686

Browse files
committed
Add entries for the new Tkinter chapter.
1 parent 7cf4e5b commit 5355686

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/Makefile.deps

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
308308
lib/libasyncore.tex \
309309
lib/libatexit.tex \
310310
lib/libmmap.tex \
311+
lib/tkinter.tex \
312+
lib/libturtle.tex \
311313
lib/libcfgparser.tex
312314

313315
# LaTeX source files for Macintosh Library Modules.

Doc/lib/lib.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ \chapter*{Front Matter\label{front}}
269269
\input{libmpz}
270270
\input{librotor}
271271

272+
\input{tkinter}
273+
\input{libturtle}
274+
272275
\input{librestricted} % Restricted Execution
273276
\input{librexec}
274277
\input{libbastion}

0 commit comments

Comments
 (0)