summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorrmax <rmax@noemail.net>2002-06-25 16:45:11 (GMT)
committerrmax <rmax@noemail.net>2002-06-25 16:45:11 (GMT)
commit2a550b1b28d364e329ca23cf0acc1597071d8aa9 (patch)
tree74d3f5bc8eaca5e5fb2a1b9763f801533c04265e /unix/README
parent4abfad1a0076bba319aca6b6d4553ec5a61991cf (diff)
downloadtk-2a550b1b28d364e329ca23cf0acc1597071d8aa9.zip
tk-2a550b1b28d364e329ca23cf0acc1597071d8aa9.tar.gz
tk-2a550b1b28d364e329ca23cf0acc1597071d8aa9.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] Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features. FossilOrigin-Name: 4786c9feb60b65c23e37b740c809ec9e3bd1e6b1
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 8c65b7b..6c19bc6 100644
--- a/unix/README
+++ b/unix/README
@@ -20,7 +20,7 @@ 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.
-RCS: @(#) $Id: README,v 1.14 2002/03/05 20:34:15 hobbs Exp $
+RCS: @(#) $Id: README,v 1.15 2002/06/25 16:45:12 rmax Exp $
How To Compile And Install Tk:
------------------------------
@@ -64,6 +64,10 @@ How To Compile And Install Tk:
--disable-64bit disable 64bit support (where applicable)
--enable-64bit-vis enable 64bit Sparc VIS support
--disable-64bit-vis disable 64bit Sparc VIS support
+ --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