summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-18 00:53:15 (GMT)
committerSteven Knight <knight@baldmt.com>2002-01-18 00:53:15 (GMT)
commitd24ad27cfaf6c60ab9bec33c7c67bde2a5f9c03a (patch)
tree957af0a8e854cfff07a1fdee740f635926b25b86 /doc
parent05c010c35119bd839db29b682f7a44f5c4e5eac3 (diff)
downloadSCons-d24ad27cfaf6c60ab9bec33c7c67bde2a5f9c03a.zip
SCons-d24ad27cfaf6c60ab9bec33c7c67bde2a5f9c03a.tar.gz
SCons-d24ad27cfaf6c60ab9bec33c7c67bde2a5f9c03a.tar.bz2
Task 45350 - Add passing of custom command-line arguments.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.123
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 2603ada..ca03f60 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -40,6 +40,9 @@ scons \- software constructor
.IR options ...
]
[
+.IR name = val ...
+]
+[
.IR targets ...
]
.SH DESCRIPTION
@@ -169,16 +172,16 @@ scons -j 4
builds four targets in parallel, for example.
-.\" Values of variables to be passed to the configuration file(s)
-.\" may be specified on the command line:
-.\"
-.\" .ES
-.\" scons debug=1 .
-.\" .EE
-.\"
-.\" These variables can be used in the configuration file(s) to modify
-.\" the build in any way.
-.\"
+Values of variables to be passed to the configuration file(s)
+may be specified on the command line:
+
+.ES
+scons debug=1 .
+.EE
+
+These variables can be used in the configuration file(s) to modify
+the build in any way.
+
.\" .B scons
.\" can maintain a cache of target (derived) files that can
.\" be shared between multiple builds. When caching is enabled in a