summaryrefslogtreecommitdiffstats
path: root/doc/user/actions.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:08:59 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:08:59 (GMT)
commit9e7cf970a730549348fd22a0921ea0ed2e894a69 (patch)
tree0bbe0e399fa2f8bb9328c012c5931e0172ea4547 /doc/user/actions.xml
parente3827a98511acc0d208193920bc40d5e2724bf12 (diff)
downloadSCons-9e7cf970a730549348fd22a0921ea0ed2e894a69.zip
SCons-9e7cf970a730549348fd22a0921ea0ed2e894a69.tar.gz
SCons-9e7cf970a730549348fd22a0921ea0ed2e894a69.tar.bz2
- removed *.in files from the user guide
Diffstat (limited to 'doc/user/actions.xml')
-rw-r--r--doc/user/actions.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/actions.xml b/doc/user/actions.xml
index ea76eb9..d2a3dad 100644
--- a/doc/user/actions.xml
+++ b/doc/user/actions.xml
@@ -244,9 +244,9 @@ solutions to the above limitations.
</para>
- <programlisting>
+ <sconstruct>
b = Builder(action = 'build &lt; $SOURCE &gt; $TARGET')
- </programlisting>
+ </sconstruct>
<para>
@@ -254,9 +254,9 @@ solutions to the above limitations.
</para>
- <programlisting>
+ <sconstruct>
b = Builder(action = Action('build &lt; $SOURCE &gt; $TARGET'))
- </programlisting>
+ </sconstruct>
<para>