summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorrmax <rmax>2002-06-25 15:20:44 (GMT)
committerrmax <rmax>2002-06-25 15:20:44 (GMT)
commit9d463d106e0773295dc5bd223472ee3d3e45b418 (patch)
tree9090ac7b4aaaee3e54b370c88ec48ef023f05b95 /unix/README
parent34f767148b4bb7594082e532936d0ab590a82064 (diff)
downloadtcl-9d463d106e0773295dc5bd223472ee3d3e45b418.zip
tcl-9d463d106e0773295dc5bd223472ee3d3e45b418.tar.gz
tcl-9d463d106e0773295dc5bd223472ee3d3e45b418.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.
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