diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-14 05:44:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-14 05:44:32 (GMT) |
commit | e764968649152c10c9a8b159cefd608428aff469 (patch) | |
tree | 4530139dd4f93a9ff7b994372c28d3c4bd97cdb7 /Doc/Makefile.deps | |
parent | c25296a91656edd01df7c9f7e25955f119c6bb09 (diff) | |
download | cpython-e764968649152c10c9a8b159cefd608428aff469.zip cpython-e764968649152c10c9a8b159cefd608428aff469.tar.gz cpython-e764968649152c10c9a8b159cefd608428aff469.tar.bz2 |
Update dependencies for the Macintosh manual.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f474964..55eb070 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -250,9 +250,13 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ # LaTeX source files for Macintosh Library Modules. MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \ ../mac/mac.tex \ + ../mac/using.tex \ + ../mac/toolbox.tex \ + ../mac/undoc.tex \ ../mac/libmac.tex \ + ../mac/libaepack.tex \ + ../mac/libaetypes.tex \ ../mac/libctb.tex \ - ../mac/libmacconsole.tex \ ../mac/libmacdnr.tex \ ../mac/libmacfs.tex \ ../mac/libmacos.tex \ |