diff options
author | Mats Wichmann <mats@linux.com> | 2024-06-03 13:18:54 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-06-03 14:10:10 (GMT) |
commit | 18b45e456412379c9182dd9cb4c8b30ca1e841b8 (patch) | |
tree | d523c6a02a5d516a815c78752168b89b46d4cf5a /doc/generated/variables.gen | |
parent | 25664980d3fd49ca3bf6d03ae18da92425a98382 (diff) | |
download | SCons-18b45e456412379c9182dd9cb4c8b30ca1e841b8.zip SCons-18b45e456412379c9182dd9cb4c8b30ca1e841b8.tar.gz SCons-18b45e456412379c9182dd9cb4c8b30ca1e841b8.tar.bz2 |
Allow a Variable to not be substituted
New parameter do_subst added to the variables Add method,
if false indicates the variable value should not be substituted
by the Variables logic. The default is True.
Fixes #4241.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/variables.gen')
-rw-r--r-- | doc/generated/variables.gen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 8c89616..fad7d5d 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -10668,7 +10668,7 @@ Various yacc tools have emitted various formats at different times. Set this to match what your parser generator produces. </para> -<para><emphasis>New in version 4.X.Y</emphasis>. </para> +<para><emphasis>New in version 4.6.0</emphasis>. </para> </listitem> </varlistentry> <varlistentry id="cv-YACC_HEADER_FILE"> @@ -10826,7 +10826,7 @@ The value is used only if &cv-YACC_GRAPH_FILE_SUFFIX; is not set. The default value is <filename>.gv</filename>. </para> <para> -<emphasis>Changed in version 4.X.Y</emphasis>: deprecated. The default value +<emphasis>Changed in version 4.6.0</emphasis>: deprecated. The default value changed from <filename>.vcg</filename> (&bison; stopped generating <filename>.vcg</filename> output with version 2.4, in 2006). </para> |