summaryrefslogtreecommitdiffstats
path: root/doc/user/ENV.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-02-15 13:55:44 (GMT)
committerSteven Knight <knight@baldmt.com>2005-02-15 13:55:44 (GMT)
commit62cbc49e4a8cf1aec05e2a81ebce02aa48de01d0 (patch)
tree18a308eb5aa145b95de56c05aca90a609c3eaaf6 /doc/user/ENV.in
parentb98a5ace610737d68263702bdd7d9df9b6ab079a (diff)
downloadSCons-62cbc49e4a8cf1aec05e2a81ebce02aa48de01d0.zip
SCons-62cbc49e4a8cf1aec05e2a81ebce02aa48de01d0.tar.gz
SCons-62cbc49e4a8cf1aec05e2a81ebce02aa48de01d0.tar.bz2
Accumulated documentation changes.
Diffstat (limited to 'doc/user/ENV.in')
-rw-r--r--doc/user/ENV.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/ENV.in b/doc/user/ENV.in
index b1edd81..56d5901 100644
--- a/doc/user/ENV.in
+++ b/doc/user/ENV.in
@@ -31,7 +31,7 @@
the same external environment
that you used to execute &SCons;.
Instead, it uses the dictionary
- stored in the &ENV; construction variable
+ stored in the &cv-link-ENV; construction variable
as the external environment
for executing commands.
@@ -62,7 +62,7 @@
If you want to execute any commands--compilers, linkers, etc.--that
are not in these default locations,
you need to set the &PATH; value
- in the &ENV; dictionary
+ in the &cv-ENV; dictionary
in your construction environment.
</para>
@@ -82,14 +82,14 @@
<para>
- Assign a dictionary to the &ENV;
+ Assign a dictionary to the &cv-ENV;
construction variable in this way
completely resets the external environment
so that the only variable that will be
set when external commands are executed
will be the &PATH; value.
If you want to use the rest of
- the values in &ENV; and only
+ the values in &cv-ENV; and only
set the value of &PATH;,
the most straightforward way is probably:
@@ -146,7 +146,7 @@
</para>
<scons_output example="ex1">
- <command>scons -Q</command>
+ <scons_output_command>scons -Q</scons_output_command>
</scons_output>
-->