diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:08:59 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:08:59 (GMT) |
commit | 9e7cf970a730549348fd22a0921ea0ed2e894a69 (patch) | |
tree | 0bbe0e399fa2f8bb9328c012c5931e0172ea4547 /doc/user/actions.xml | |
parent | e3827a98511acc0d208193920bc40d5e2724bf12 (diff) | |
download | SCons-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.xml | 8 |
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 < $SOURCE > $TARGET') - </programlisting> + </sconstruct> <para> @@ -254,9 +254,9 @@ solutions to the above limitations. </para> - <programlisting> + <sconstruct> b = Builder(action = Action('build < $SOURCE > $TARGET')) - </programlisting> + </sconstruct> <para> |