diff options
author | Guido van Rossum <guido@python.org> | 1997-08-18 15:14:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-18 15:14:26 (GMT) |
commit | e229d8636dd42e3979afe1d5fc59890a32b9ad42 (patch) | |
tree | 9f972f31d6df57ac89c417391ea55d4d55e8da5f /Doc/Makefile | |
parent | 9918e0c750d7a78dd913ba6b3224041176c4e015 (diff) | |
download | cpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.zip cpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.tar.gz cpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.tar.bz2 |
Misc Mac mods by Jack. Added libmacic.tex, and these patches:
libmacfs.tex Document NewAliasMinimalFromFullPath
libmacos.tex Document SetEventHandler and SchedParams
libmacui.tex Document asynchronous event handling
libmailbox.tex Removed mime-turds that somehow got in here
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 01bed3b..e058689 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,7 @@ LIBFILES = lib.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ - libpprint.tex libcode.tex libmimify.tex libre.tex + libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex # Library document lib.dvi: $(LIBFILES) |