# HG changeset patch # User Kim F. Storm # Date 1152709283 0 # Node ID 3b5341ede4ace56c725277a9827d3050c6fa616c # Parent bbfb5030b0ccc27d4e2ba02141f90f8ea868386c More cleanup related to last change. diff -r bbfb5030b0cc -r 3b5341ede4ac mac/INSTALL --- a/mac/INSTALL Wed Jul 12 08:38:06 2006 +0000 +++ b/mac/INSTALL Wed Jul 12 13:01:23 2006 +0000 @@ -160,12 +160,9 @@ * 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 @@ 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.