summaryrefslogtreecommitdiffstats
path: root/doc/user/parseconfig.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:30:28 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:30:28 (GMT)
commit106a09dc814071594306eed8382fd30929e605ab (patch)
tree5cda0c7b94858ef25546d5ae059e90aaf23e9ce0 /doc/user/parseconfig.xml
parent6af67d1431b5d534731ff0dc17ff306639a1a854 (diff)
downloadSCons-106a09dc814071594306eed8382fd30929e605ab.zip
SCons-106a09dc814071594306eed8382fd30929e605ab.tar.gz
SCons-106a09dc814071594306eed8382fd30929e605ab.tar.bz2
- removed suffix= from 'scons_output_command ' and moved it
one up in the hierarchy to the 'scons_output' tag
Diffstat (limited to 'doc/user/parseconfig.xml')
-rw-r--r--doc/user/parseconfig.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/parseconfig.xml b/doc/user/parseconfig.xml
index 0d619b1..ab10f96 100644
--- a/doc/user/parseconfig.xml
+++ b/doc/user/parseconfig.xml
@@ -105,8 +105,8 @@
no longer reports back an include directory. Since this is just
for example anyway, we're just hard-coding the output.
- <scons_output example="parseconfig_ex1">
- <scons_output_command suffix="1">scons -Q</scons_output_command>
+ <scons_output example="parseconfig_ex1" suffix="1">
+ <scons_output_command>scons -Q</scons_output_command>
</scons_output>
-->
@@ -149,8 +149,8 @@
no longer reports back an include directory. Since this is just
for example anyway, we're just hard-coding the output.
- <scons_output example="parseconfig_ex2">
- <scons_output_command suffix="1">scons -Q</scons_output_command>
+ <scons_output example="parseconfig_ex2" suffix="1">
+ <scons_output_command>scons -Q</scons_output_command>
</scons_output>
-->