diff options
author | Steven Knight <knight@baldmt.com> | 2010-04-05 05:06:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-04-05 05:06:48 (GMT) |
commit | cecfaa2e2679b340ba45af9ad25ac1d4e87f91af (patch) | |
tree | 0cb41e4f6a2f9785c13c87ce3b6b5b777380cf5c /doc/user/command-line.xml | |
parent | 439e0c83172b5bb50afdba780a1adf97320b527e (diff) | |
download | SCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.zip SCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.tar.gz SCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.tar.bz2 |
Fix XML in documentation, and in the bin/scons-doc.py script that generates
the User's Guide XML from the .in files' SGML.
Diffstat (limited to 'doc/user/command-line.xml')
-rw-r--r-- | doc/user/command-line.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index 148922e..f5e70ad 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -1208,7 +1208,7 @@ choices to a specific set of allowed colors. This can be set up quite easily using the &EnumVariable;, - which takes a list of &allowed_values + which takes a list of &allowed_values; in addition to the variable name, default value, and help text arguments: @@ -2064,7 +2064,7 @@ &SCons; supports a &DEFAULT_TARGETS; variable that lets you get at the current list of default targets. - The &DEFAULT_TARGETS variable has + The &DEFAULT_TARGETS; variable has two important differences from the &COMMAND_LINE_TARGETS; variable. First, the &DEFAULT_TARGETS; variable is a list of internal &SCons; nodes, |