diff options
author | rmax <rmax> | 2002-06-25 16:45:11 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-06-25 16:45:11 (GMT) |
commit | e0a03f97795a574958b1be946798f3a34cb25d1d (patch) | |
tree | 74d3f5bc8eaca5e5fb2a1b9763f801533c04265e /unix/README | |
parent | 74607ec0cc8a43fcd4eee20367551cfe4c9b6be3 (diff) | |
download | tk-e0a03f97795a574958b1be946798f3a34cb25d1d.zip tk-e0a03f97795a574958b1be946798f3a34cb25d1d.tar.gz tk-e0a03f97795a574958b1be946798f3a34cb25d1d.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.
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 6 |
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 |