aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-12 13:01:23 +0000
committerKim F. Storm2006-07-12 13:01:23 +0000
commit9b2232dd00017ae34f2e0ffdbca1c9f604dd2391 (patch)
treec4f9309cd3173090b5305f07bf144fc53ff51098
parent099d42019ac6a3bfed49aa736d7e1153769b4cd0 (diff)
downloademacs-9b2232dd00017ae34f2e0ffdbca1c9f604dd2391.tar.gz
emacs-9b2232dd00017ae34f2e0ffdbca1c9f604dd2391.zip
More cleanup related to last change.
-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.
160 160
161* BUILDING EMACS ON MAC OS Classic 161* BUILDING EMACS ON MAC OS Classic
162 162
163You can use either MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be 163You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be
164downloaded free of charge from Apple. 164downloaded free of charge from Apple.
165 165
166In either case, you will need MPW-GM to build the make-docfile utility
167and to generate the doc string file DOC.
168
169### IMPORTANT ### You can use StuffIt Expander to decompress and untar 166### IMPORTANT ### You can use StuffIt Expander to decompress and untar
170the distribution. However, you *must* set the radio button in the 167the distribution. However, you *must* set the radio button in the
171Preferences->Cross Platform->Convert text files to Macintosh format to 168Preferences->Cross Platform->Convert text files to Macintosh format to
@@ -183,8 +180,8 @@ makefile.MPW. I.e., execute the commands
183 make Emacs -f makefile.MPW > Emacs.MakeScript 180 make Emacs -f makefile.MPW > Emacs.MakeScript
184 Emacs.MakeScript 181 Emacs.MakeScript
185 182
186The above commands create an executable that uses the Carbon API. The 183The above commands create an executable that uses the Carbon API.
187non-Carbon version can also be created by replacing all the 184The non-Carbon version can also be created by replacing all the
188occurrences of `Emacs' above with `NonCarbon'. Not that the 185occurrences of `Emacs' above with `NonCarbon'. Not that the
189non-Carbon version does not support some features such as file 186non-Carbon version does not support some features such as file
190dialogs, drag-and-drop, and Unicode menus. 187dialogs, drag-and-drop, and Unicode menus.