summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-07-12 13:01:23 +0000
committerKim F. Storm <storm@cua.dk>2006-07-12 13:01:23 +0000
commit9b2232dd00017ae34f2e0ffdbca1c9f604dd2391 (patch)
treec4f9309cd3173090b5305f07bf144fc53ff51098 /mac
parent099d42019ac6a3bfed49aa736d7e1153769b4cd0 (diff)
downloademacs-9b2232dd00017ae34f2e0ffdbca1c9f604dd2391.tar.gz
More cleanup related to last change.
Diffstat (limited to 'mac')
-rw-r--r--mac/INSTALL9
1 files changed, 3 insertions, 6 deletions
diff --git a/mac/INSTALL b/mac/INSTALL
index cd03295f910..cf82003e5c4 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -160,12 +160,9 @@ For usage of other options, use the --help option.
* BUILDING EMACS ON MAC OS Classic
-You can use either MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be
+You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be
downloaded free of charge from Apple.
-In either case, you will need MPW-GM to build the make-docfile utility
-and to generate the doc string file DOC.
-
### IMPORTANT ### You can use StuffIt Expander to decompress and untar
the distribution. However, you *must* set the radio button in the
Preferences->Cross Platform->Convert text files to Macintosh format to
@@ -183,8 +180,8 @@ makefile.MPW. I.e., execute the commands
make Emacs -f makefile.MPW > Emacs.MakeScript
Emacs.MakeScript
-The above commands create an executable that uses the Carbon API. The
-non-Carbon version can also be created by replacing all the
+The above commands create an executable that uses the Carbon API.
+The non-Carbon version can also be created by replacing all the
occurrences of `Emacs' above with `NonCarbon'. Not that the
non-Carbon version does not support some features such as file
dialogs, drag-and-drop, and Unicode menus.