diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-15 17:25:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-15 17:25:29 (GMT) |
commit | 53556861df36d2b5cb66df39798b61525f8e32e2 (patch) | |
tree | 3445f6688110f87f11b46ffb7e18989127266dc6 /Doc/Makefile.deps | |
parent | 7cf4e5b3298a5e3721efaf6fda5645a387e0ce20 (diff) | |
download | cpython-53556861df36d2b5cb66df39798b61525f8e32e2.zip cpython-53556861df36d2b5cb66df39798b61525f8e32e2.tar.gz cpython-53556861df36d2b5cb66df39798b61525f8e32e2.tar.bz2 |
Add entries for the new Tkinter chapter.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ 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. |