summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-05-23 20:04:44 (GMT)
committerSteven Knight <knight@baldmt.com>2003-05-23 20:04:44 (GMT)
commit716938b2f60236c151de4e301a12c98a97969e35 (patch)
tree66e073eb7bad2f790adecac002294106c5e7189f /doc/man
parent3cd0cc01eea31837d999e5a29a30a46d3b6c480a (diff)
downloadSCons-716938b2f60236c151de4e301a12c98a97969e35.zip
SCons-716938b2f60236c151de4e301a12c98a97969e35.tar.gz
SCons-716938b2f60236c151de4e301a12c98a97969e35.tar.bz2
Suppress illegal construction variables.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.120
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 056b31e..53c6cb0 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -31,7 +31,7 @@
.RE
.fi
..
-.TH SCONS 1 "April 2003"
+.TH SCONS 1 "May 2003"
.SH NAME
scons \- a software construction tool
.SH SYNOPSIS
@@ -2013,12 +2013,18 @@ env.SourceCode('no_source.c', None)
.\" env["CCCOM"] = "$CC $CFLAGS -o $TARGET $SOURCES
.\" Default:
.\" (I dunno what this is ;-)
-A construction environment has an associated dictionary of construction
-variables that are used by built-in or user-supplied build rules. A number
-of useful construction variables are automatically defined by scons for
-each supported platform, and additional construction variables can be defined
-by the user. The following is a list of the automatically defined construction
-variables:
+A construction environment has an associated dictionary of
+.I construction variables
+that are used by built-in or user-supplied build rules.
+Construction variables must follow the same rules for
+Python identifiers:
+the initial character must be an underscore or letter,
+followed by any number of underscores, letters, or digits.
+
+A number of useful construction variables are automatically defined by
+scons for each supported platform, and additional construction variables
+can be defined by the user. The following is a list of the automatically
+defined construction variables:
.IP AR
The static library archiver.