summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-12-02 21:13:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-12-02 21:13:39 (GMT)
commit9ce1728b825508c0b0bb7b47516b5f090e018c00 (patch)
tree9874b18a56f9de20b456d6452147703fe7f41a7d
parent8305b8ea8b51cfa199c78c6f468096d8ff852d16 (diff)
downloadtk-9ce1728b825508c0b0bb7b47516b5f090e018c00.zip
tk-9ce1728b825508c0b0bb7b47516b5f090e018c00.tar.gz
tk-9ce1728b825508c0b0bb7b47516b5f090e018c00.tar.bz2
update README files
-rw-r--r--generic/README4
-rw-r--r--unix/README5
2 files changed, 5 insertions, 4 deletions
diff --git a/generic/README b/generic/README
index 4cbf41e..ff69a74 100644
--- a/generic/README
+++ b/generic/README
@@ -1,5 +1,5 @@
This directory contains Tk source files that work on all the platforms
where Tk runs (e.g. UNIX, PCs, and Macintoshes). Platform-specific
-sources are in the directories ../unix, ../win, and ../mac.
+sources are in the directories ../unix, ../win, ../macosx, and ../mac.
-RCS ID: @(#) $Id: README,v 1.2 1998/09/14 18:23:02 stanton Exp $
+RCS ID: @(#) $Id: README,v 1.2.26.1 2005/12/02 21:13:39 dgp Exp $
diff --git a/unix/README b/unix/README
index 1b0c580..45b9e49 100644
--- a/unix/README
+++ b/unix/README
@@ -18,9 +18,10 @@ changes on any UNIX-like system that approximates POSIX, BSD, or System
V. We know that it runs on workstations from Sun, H-P, DEC, IBM, and
SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
-compile for a Macintosh, see the README file in the directory ../mac.
+compile for Mac OS X, see the README file in the directory ../macosx. To
+compile for a classic Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.19 2003/02/27 00:05:54 hobbs Exp $
+RCS: @(#) $Id: README,v 1.19.2.1 2005/12/02 21:13:39 dgp Exp $
How To Compile And Install Tk:
------------------------------