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/actions.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/actions.xml')
-rw-r--r-- | doc/user/actions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/actions.xml b/doc/user/actions.xml index 04178b0..ea76eb9 100644 --- a/doc/user/actions.xml +++ b/doc/user/actions.xml @@ -245,7 +245,7 @@ solutions to the above limitations. </para> <programlisting> - b = Builder(action = 'build < $SOURCE > $TARGET') + b = Builder(action = 'build < $SOURCE > $TARGET') </programlisting> <para> @@ -255,7 +255,7 @@ solutions to the above limitations. </para> <programlisting> - b = Builder(action = Action('build < $SOURCE > $TARGET')) + b = Builder(action = Action('build < $SOURCE > $TARGET')) </programlisting> <para> |