diff options
| author | Kim F. Storm | 2006-07-12 13:01:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-12 13:01:23 +0000 |
| commit | 9b2232dd00017ae34f2e0ffdbca1c9f604dd2391 (patch) | |
| tree | c4f9309cd3173090b5305f07bf144fc53ff51098 | |
| parent | 099d42019ac6a3bfed49aa736d7e1153769b4cd0 (diff) | |
| download | emacs-9b2232dd00017ae34f2e0ffdbca1c9f604dd2391.tar.gz emacs-9b2232dd00017ae34f2e0ffdbca1c9f604dd2391.zip | |
More cleanup related to last change.
| -rw-r--r-- | mac/INSTALL | 9 |
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 | ||
| 163 | You can use either MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be | 163 | You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be |
| 164 | downloaded free of charge from Apple. | 164 | downloaded free of charge from Apple. |
| 165 | 165 | ||
| 166 | In either case, you will need MPW-GM to build the make-docfile utility | ||
| 167 | and 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 |
| 170 | the distribution. However, you *must* set the radio button in the | 167 | the distribution. However, you *must* set the radio button in the |
| 171 | Preferences->Cross Platform->Convert text files to Macintosh format to | 168 | Preferences->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 | ||
| 186 | The above commands create an executable that uses the Carbon API. The | 183 | The above commands create an executable that uses the Carbon API. |
| 187 | non-Carbon version can also be created by replacing all the | 184 | The non-Carbon version can also be created by replacing all the |
| 188 | occurrences of `Emacs' above with `NonCarbon'. Not that the | 185 | occurrences of `Emacs' above with `NonCarbon'. Not that the |
| 189 | non-Carbon version does not support some features such as file | 186 | non-Carbon version does not support some features such as file |
| 190 | dialogs, drag-and-drop, and Unicode menus. | 187 | dialogs, drag-and-drop, and Unicode menus. |