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/simple.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/simple.xml')
-rw-r--r-- | doc/user/simple.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 41e4a00..323d83f 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -80,7 +80,7 @@ </para> - <scons_example name="ex1"> + <scons_example name="simple_ex1"> <file name="SConstruct" printme="1"> Program('hello.c') </file> @@ -112,8 +112,8 @@ </para> - <scons_output example="ex1" os="posix"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_ex1" os="posix"> + <scons_output_command suffix="1">scons</scons_output_command> </scons_output> <para> @@ -123,8 +123,8 @@ </para> - <scons_output example="ex1" os="win32"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_ex1" os="win32"> + <scons_output_command suffix="2">scons</scons_output_command> </scons_output> <para> @@ -177,7 +177,7 @@ </para> - <scons_example name="Object"> + <scons_example name="simple_Object"> <file name="SConstruct" printme="1"> Object('hello.c') </file> @@ -193,8 +193,8 @@ </para> - <scons_output example="Object" os="posix"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_Object" os="posix"> + <scons_output_command suffix="1">scons</scons_output_command> </scons_output> <para> @@ -204,8 +204,8 @@ </para> - <scons_output example="Object" os="win32"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_Object" os="win32"> + <scons_output_command suffix="2">scons</scons_output_command> </scons_output> </section> @@ -226,7 +226,7 @@ </para> - <scons_example name="java"> + <scons_example name="simple_java"> <file name="SConstruct" printme="1"> Java('classes', 'src') </file> @@ -251,8 +251,8 @@ </para> - <scons_output example="java" os="posix"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_java" os="posix"> + <scons_output_command suffix="1">scons</scons_output_command> </scons_output> <para> @@ -283,7 +283,7 @@ </para> - <scons_example name="clean"> + <scons_example name="simple_clean"> <file name="SConstruct"> Program('hello.c') </file> @@ -292,9 +292,9 @@ </file> </scons_example> - <scons_output example="clean" os="posix"> - <scons_output_command>scons</scons_output_command> - <scons_output_command>scons -c</scons_output_command> + <scons_output example="simple_clean" os="posix"> + <scons_output_command suffix="1">scons</scons_output_command> + <scons_output_command suffix="2">scons -c</scons_output_command> </scons_output> <para> @@ -303,9 +303,9 @@ </para> - <scons_output example="clean" os="win32"> - <scons_output_command>scons</scons_output_command> - <scons_output_command>scons -c</scons_output_command> + <scons_output example="simple_clean" os="win32"> + <scons_output_command suffix="3">scons</scons_output_command> + <scons_output_command suffix="4">scons -c</scons_output_command> </scons_output> <para> @@ -440,7 +440,7 @@ </para> - <scons_example name="declarative"> + <scons_example name="simple_declarative"> <file name="SConstruct" printme="1"> print "Calling Program('hello.c')" Program('hello.c') @@ -467,8 +467,8 @@ </para> - <scons_output example="declarative" os="posix"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_declarative" os="posix"> + <scons_output_command suffix="1">scons</scons_output_command> </scons_output> <para> @@ -495,8 +495,8 @@ </para> - <scons_output example="ex1" os="win32"> - <scons_output_command>scons</scons_output_command> + <scons_output example="simple_ex1" os="win32"> + <scons_output_command suffix="3">scons</scons_output_command> </scons_output> <para> @@ -521,8 +521,8 @@ </para> - <scons_output example="ex1" os="win32"> - <scons_output_command>scons -Q</scons_output_command> + <scons_output example="simple_ex1" os="win32"> + <scons_output_command suffix="4">scons -Q</scons_output_command> </scons_output> <para> |