diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:20:26 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:20:26 (GMT) |
commit | 10afdcc2e22670940b7de6319f614cb177f83516 (patch) | |
tree | 6b262ad5ceb194593a52db5bbc5de3932cae28fa /doc/user/tasks.xml | |
parent | 3c1250527d43864c309cbf0dd2f9356042124d21 (diff) | |
download | SCons-10afdcc2e22670940b7de6319f614cb177f83516.zip SCons-10afdcc2e22670940b7de6319f614cb177f83516.tar.gz SCons-10afdcc2e22670940b7de6319f614cb177f83516.tar.bz2 |
- added filename prefix to all scons_example names
- added unique suffixes to each scons_output_command
- extended SCons Docbook XSD by the new suffix attribute
Diffstat (limited to 'doc/user/tasks.xml')
-rw-r--r-- | doc/user/tasks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/tasks.xml b/doc/user/tasks.xml index 2f2f727..ea02025 100644 --- a/doc/user/tasks.xml +++ b/doc/user/tasks.xml @@ -112,7 +112,7 @@ those files and use them in &SCons;. </para> -<scons_example name="ex1"> +<scons_example name="tasks_ex1"> <file name="SConstruct" printme="1"> #### SConstruct env = Environment() @@ -153,15 +153,15 @@ Where main.cpp looks like this: </para> - <scons_example_file example="ex1" name="main.cpp"> + <scons_example_file example="tasks_ex1" name="main.cpp"> </scons_example_file> <para> produces this: </para> - <scons_output example="ex1"> - <scons_output_command>scons -Q</scons_output_command> + <scons_output example="tasks_ex1"> + <scons_output_command suffix="1">scons -Q</scons_output_command> </scons_output> </example> |