diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-18 17:19:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-18 17:19:53 (GMT) |
commit | 8ff4b8b05b89bad9502f18f9cb946640e441834e (patch) | |
tree | b35ae001cd71b8b4ac7baba50e36b59194bf5154 | |
parent | b4efb6c8cbce5e06faef24dacad482b01fd7ae73 (diff) | |
download | cpython-8ff4b8b05b89bad9502f18f9cb946640e441834e.zip cpython-8ff4b8b05b89bad9502f18f9cb946640e441834e.tar.gz cpython-8ff4b8b05b89bad9502f18f9cb946640e441834e.tar.bz2 |
Add new files from the Mac user interface breakup.
-rw-r--r-- | Doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4725b27..7501ace 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -162,7 +162,8 @@ LIBFILES = lib.tex \ libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \ libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \ - liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex + liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \ + libframework.tex libminiae.tex # Library document lib.dvi: modindex.py indfix.py $(LIBFILES) |