summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-11-05 05:56:44 (GMT)
committerSteven Knight <knight@baldmt.com>2005-11-05 05:56:44 (GMT)
commit3bd4a30ca14e0cea712e01efa4df761e6c7bc608 (patch)
treea8b8614a55f2cc2fa7d6ade86388ddfe957fb296 /doc
parenta4f7654742e5880b5a568a7314b32381be2a0a94 (diff)
downloadSCons-3bd4a30ca14e0cea712e01efa4df761e6c7bc608.zip
SCons-3bd4a30ca14e0cea712e01efa4df761e6c7bc608.tar.gz
SCons-3bd4a30ca14e0cea712e01efa4df761e6c7bc608.tar.bz2
Add support for a $INSTALLSTR string. (Christoph Schulz)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 47a89ce..aed9e05 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -6072,6 +6072,14 @@ is the construction environment
(a dictionary of construction values)
in force for this file installation.
+.IP INSTALLSTR
+The string displayed when a file is
+installed into a destination file name.
+The default is:
+.ES
+Install file: "$SOURCE" as "$TARGET"
+.EE
+
.IP INTEL_C_COMPILER_VERSION
Set by the "intelc" Tool
to the major version number of the Intel C compiler