diff options
Diffstat (limited to 'doc/user/environments.in')
| -rw-r--r-- | doc/user/environments.in | 54 |
1 files changed, 47 insertions, 7 deletions
diff --git a/doc/user/environments.in b/doc/user/environments.in index ae453a0..504ef67 100644 --- a/doc/user/environments.in +++ b/doc/user/environments.in @@ -305,11 +305,7 @@ by the MD5 signature calculation on the actual file contents. =back -XXX - -DESCRIBE THE Literal() FUNCTION, TOO - -XXX +XXX DESCRIBE THE Literal() FUNCTION, TOO XXX =head2 Expanding construction variables in file names @@ -459,7 +455,7 @@ environment undisturbed. </scons_example> <para> - + The construction environment in this example is still initialized with the same default construction variable values, @@ -992,6 +988,21 @@ environment undisturbed. </section> + <!-- + + <section> + <title>Setting Values Only If They're Not Already Defined</title> + + <para> + + XXX SetDefault() + + </para> + + </section> + + --> + <section> <title>Appending to the End of Values in a &ConsEnv;</title> @@ -1050,6 +1061,12 @@ environment undisturbed. <scons_output_command>scons -Q</scons_output_command> </scons_output> + <!-- + + XXX AppendUnique() + + --> + </section> <section> @@ -1057,7 +1074,7 @@ environment undisturbed. <para> - You can append a value to the beginning + You can append a value to the beginning of an existing construction variable using the &Prepend; method: @@ -1110,6 +1127,29 @@ environment undisturbed. <scons_output_command>scons -Q</scons_output_command> </scons_output> + <!-- + + XXX PrependUnique() + + --> + + </section> + + <!-- + + <section> + <title>Adding to Values in the Execution Environment</title> + + <para> + + XXX AppendENVPath() + + XXX PrependENVPath() + + </para> + </section> + --> + </section> |
