summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorrmax <rmax@noemail.net>2002-06-25 15:20:44 (GMT)
committerrmax <rmax@noemail.net>2002-06-25 15:20:44 (GMT)
commit70d4b5a9399f9f4067517ae1e6d5bea568adc9ed (patch)
tree9090ac7b4aaaee3e54b370c88ec48ef023f05b95 /unix/README
parentbc61a83d14e07f10ec32bb9d35604f74cd340bce (diff)
downloadtcl-70d4b5a9399f9f4067517ae1e6d5bea568adc9ed.zip
tcl-70d4b5a9399f9f4067517ae1e6d5bea568adc9ed.tar.gz
tcl-70d4b5a9399f9f4067517ae1e6d5bea568adc9ed.tar.bz2
* unix/tcl.m4: New macro SC_CONFIG_MANPAGES.
* unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] * unix/mkLinks.tcl: Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features. FossilOrigin-Name: cb618396975696ec4a4c4b4653f086be830f3990
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/README b/unix/README
index db268cf..59738c6 100644
--- a/unix/README
+++ b/unix/README
@@ -1,7 +1,7 @@
Tcl UNIX README
---------------
-RCS: @(#) $Id: README,v 1.21 2002/03/05 20:31:21 hobbs Exp $
+RCS: @(#) $Id: README,v 1.22 2002/06/25 15:20:44 rmax Exp $
This is the directory where you configure, compile, test, and install
UNIX versions of Tcl. This directory also contains source files for Tcl
@@ -73,6 +73,10 @@ How To Compile And Install Tcl:
default on platforms where nl_langinfo is
found.
--disable-langinfo Specifically disables use of nl_langinfo.
+ --enable-man-symlinks Use symlinks for linking the manpages that
+ should be reachable under several names.
+ --enable-man-compression=PROG
+ Compress the manpages using PROG.
Note: by default gcc will be used if it can be located on the PATH.
if you want to use cc instead of gcc, set the CC environment variable