Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf4e5b commit 5355686Copy full SHA for 5355686
2 files changed
Doc/Makefile.deps
@@ -308,6 +308,8 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
308
lib/libasyncore.tex \
309
lib/libatexit.tex \
310
lib/libmmap.tex \
311
+ lib/tkinter.tex \
312
+ lib/libturtle.tex \
313
lib/libcfgparser.tex
314
315
# LaTeX source files for Macintosh Library Modules.
Doc/lib/lib.tex
@@ -269,6 +269,9 @@ \chapter*{Front Matter\label{front}}
269
\input{libmpz}
270
\input{librotor}
271
272
+\input{tkinter}
273
+\input{libturtle}
274
+
275
\input{librestricted} % Restricted Execution
276
\input{librexec}
277
\input{libbastion}
0 commit comments