summaryrefslogtreecommitdiffstats
path: root/doc/user/hierarchy.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:20:26 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:20:26 (GMT)
commit10afdcc2e22670940b7de6319f614cb177f83516 (patch)
tree6b262ad5ceb194593a52db5bbc5de3932cae28fa /doc/user/hierarchy.xml
parent3c1250527d43864c309cbf0dd2f9356042124d21 (diff)
downloadSCons-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/hierarchy.xml')
-rw-r--r--doc/user/hierarchy.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/user/hierarchy.xml b/doc/user/hierarchy.xml
index 4c9cd38..ff7dd1b 100644
--- a/doc/user/hierarchy.xml
+++ b/doc/user/hierarchy.xml
@@ -301,7 +301,7 @@ make no difference to the build.
</para>
- <scons_example name="ex1">
+ <scons_example name="hierarchy_ex1">
<file name="SConstruct" printme="1">
SConscript(['prog1/SConscript',
'prog2/SConscript'])
@@ -342,7 +342,7 @@ make no difference to the build.
</para>
- <scons_example_file example="ex1" name="prog1/SConscript">
+ <scons_example_file example="hierarchy_ex1" name="prog1/SConscript">
</scons_example_file>
<para>
@@ -351,7 +351,7 @@ make no difference to the build.
</para>
- <scons_example_file example="ex1" name="prog2/SConscript">
+ <scons_example_file example="hierarchy_ex1" name="prog2/SConscript">
</scons_example_file>
<para>
@@ -361,8 +361,8 @@ make no difference to the build.
</para>
- <scons_output example="ex1">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="hierarchy_ex1">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -402,7 +402,7 @@ make no difference to the build.
</para>
- <scons_example name="ex2">
+ <scons_example name="hierarchy_ex2">
<file name="SConstruct">
SConscript('src/prog/SConscript')
</file>
@@ -432,8 +432,8 @@ make no difference to the build.
</para>
- <scons_output example="ex2">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="hierarchy_ex2">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -458,7 +458,7 @@ make no difference to the build.
</para>
- <scons_example name="ex3">
+ <scons_example name="hierarchy_ex3">
<file name="SConstruct">
SConscript('src/prog/SConscript')
</file>
@@ -483,8 +483,8 @@ make no difference to the build.
</para>
- <scons_output example="ex3">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="hierarchy_ex3">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -736,7 +736,7 @@ make no difference to the build.
</para>
- <scons_example name="Return">
+ <scons_example name="hierarchy_Return">
<file name="SConstruct" printme="1">
env = Environment()
Export('env')
@@ -774,7 +774,7 @@ make no difference to the build.
</para>
- <scons_example_file example="Return" name="foo/SConscript">
+ <scons_example_file example="hierarchy_Return" name="foo/SConscript">
</scons_example_file>
<para>
@@ -788,8 +788,8 @@ make no difference to the build.
</para>
- <scons_output example="Return">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="hierarchy_Return">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<!--