aboutsummaryrefslogtreecommitdiff
path: root/tclconfig/README.txt
diff options
context:
space:
mode:
authorcvs2svn2005-01-24 15:46:33 +0000
committercvs2svn2005-01-24 15:46:33 +0000
commite6a05dbef707dc10e546ef8fef8fc2a8b7d805bf (patch)
tree7061a2d781348fa7d5965b7d7dd5d7ef6b27a7b0 /tclconfig/README.txt
parente1ed2c6d78bb616e24166c13126adba1b95ea4ea (diff)
downloadtkzinc-e6a05dbef707dc10e546ef8fef8fc2a8b7d805bf.zip
tkzinc-e6a05dbef707dc10e546ef8fef8fc2a8b7d805bf.tar.gz
tkzinc-e6a05dbef707dc10e546ef8fef8fc2a8b7d805bf.tar.bz2
tkzinc-e6a05dbef707dc10e546ef8fef8fc2a8b7d805bf.tar.xz
This commit was manufactured by cvs2svn to create branch 'POSTSCRIPT'.POSTSCRIPT
Diffstat (limited to 'tclconfig/README.txt')
-rw-r--r--tclconfig/README.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/tclconfig/README.txt b/tclconfig/README.txt
deleted file mode 100644
index 9055a58..0000000
--- a/tclconfig/README.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-These files comprise the basic building blocks for a Tcl Extension
-Architecture (TEA) extension. For more information on TEA see:
-
- http://www.tcl.tk/doc/tea/
-
-This package is part of the Tcl project at SourceForge, and latest
-sources should be available there:
-
- http://tcl.sourceforge.net/
-
-This package is a freely available open source package. You can do
-virtually anything you like with it, such as modifying it, redistributing
-it, and selling it either in whole or in part.
-
-CONTENTS
-========
-The following is a short description of the files you will find in
-the sample extension.
-
-README.txt This file
-
-install-sh Program used for copying binaries and script files
- to their install locations.
-
-tcl.m4 Collection of Tcl autoconf macros. Included by a package's
- aclocal.m4 to define SC_* macros.