ref: e4db8127900cdb07410e7be9c8defd5066dede0f
parent: 7d449436e61ea52b248c978b34eb33b1ea6c959a
author: Werner Lemberg <[email protected]>
date: Sun Nov 3 15:29:37 EST 2013
Typos.
--- a/builds/mac/README
+++ b/builds/mac/README
@@ -1,8 +1,8 @@
This folder contains
- * Makefile skeltons for Apple MPW (Macintosh's Programmers Workshop)
+ * Makefile skeletons for Apple MPW (Macintosh's Programmer's Workshop)
- * Python script to generate MPW makefile from skelton
+ * Python script to generate MPW makefile from skeleton
* Metrowerks CodeWarrior 9.0 project file in XML format
@@ -51,7 +51,7 @@
Also you can find documents how to update by MPW-PR.
Python is required to restore MPW makefiles from the
- skeltons. Python bundled to Mac OS X is enough. For
+ skeletons. Python bundled to Mac OS X is enough. For
classic MacOS, MacPython is available:
http://homepages.cwi.nl/~jack/macpython/
@@ -78,10 +78,10 @@
Detailed building procedure by Apple MPW is
described in following.
- 3-1-1. Generate MPW makefiles from the skeltons
+ 3-1-1. Generate MPW makefiles from the skeletons
------------------------------------------------
- Here are 4 skeltons for following targets are
+ Here are 4 skeletons for following targets are
included.
- FreeType.m68k_far.make.txt
@@ -109,7 +109,7 @@
MPW makefile syntax uses 8bit characters. To keep
from violating them during version control, here
- we store skeltons in pure ASCII format. You must
+ we store skeletons in pure ASCII format. You must
generate MPW makefile by Python script ascii2mpw.py.
In Mac OS X terminal, you can convert as:
@@ -118,10 +118,10 @@
< builds/mac/FreeType.m68k_far.make.txt \
> FreeType.m68k_far.make
- The skeltons are designed to use in the top
+ The skeletons are designed to use in the top
directory where there are builds, include, src etc.
You must name the generated MPW makefile by removing
- ".txt" from source skelton name.
+ ".txt" from source skeleton name.
3-1-2. Add resource forks to related files
------------------------------------------
@@ -392,7 +392,7 @@
ATS font manager is not published in these versions.
------------------------------------------------------------
-Last update: 2009-Jul-25.
+Last update: 2013-Nov-03.
Currently maintained by
suzuki toshiya, <[email protected]>
@@ -399,5 +399,3 @@
Originally prepared by
Leonard Rosenthol, <[email protected]>
Just van Rossum, <[email protected]>
-
-This directory is now actively maintained as part of the FreeType Project.