summaryrefslogtreecommitdiffstats
path: root/doc/user/repositories.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/repositories.xml')
-rw-r--r--doc/user/repositories.xml54
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/user/repositories.xml b/doc/user/repositories.xml
index b5bb62d..902ef02 100644
--- a/doc/user/repositories.xml
+++ b/doc/user/repositories.xml
@@ -94,7 +94,7 @@
</para>
- <scons_example name="ex1">
+ <scons_example name="repositories_ex1">
<file name="SConstruct" printme="1">
env = Environment()
env.Program('hello.c')
@@ -150,8 +150,8 @@
</para>
- <scons_output example="ex1">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_ex1">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -163,7 +163,7 @@
</para>
- <scons_example name="ex2">
+ <scons_example name="repositories_ex2">
<file name="SConstruct">
env = Environment()
env.Program('hello.c')
@@ -174,8 +174,8 @@
</file>
</scons_example>
- <scons_output example="ex2">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_ex2">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -186,7 +186,7 @@
</para>
- <scons_example name="ex3">
+ <scons_example name="repositories_ex3">
<file name="SConstruct">
env = Environment()
env.Program('hello.c')
@@ -197,8 +197,8 @@
</file>
</scons_example>
- <scons_output example="ex3">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_ex3">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -254,7 +254,7 @@
</para>
- <scons_example name="CPPPATH">
+ <scons_example name="repositories_CPPPATH">
<file name="SConstruct" printme="1">
env = Environment(CPPPATH = ['.'])
env.Program('hello.c')
@@ -271,8 +271,8 @@
</para>
- <scons_output example="CPPPATH">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_CPPPATH">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -290,7 +290,7 @@
</para>
- <scons_example name="CPPPATH3">
+ <scons_example name="repositories_CPPPATH3">
<file name="SConstruct" printme="1">
env = Environment(CPPPATH = ['dir1', 'dir2', 'dir3'])
env.Program('hello.c')
@@ -310,8 +310,8 @@
</para>
- <scons_output example="CPPPATH3">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_CPPPATH3">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<!--
@@ -374,7 +374,7 @@ coming into existence.)
</para>
- <scons_example name="quote1">
+ <scons_example name="repositories_quote1">
<file name="SConstruct">
env = Environment(CPPPATH = ['.'])
env.Program('hello.c')
@@ -385,8 +385,8 @@ coming into existence.)
</file>
</scons_example>
- <scons_output example="quote1">
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_quote1">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -513,7 +513,7 @@ coming into existence.)
</para>
- <scons_example name="ex4">
+ <scons_example name="repositories_ex4">
<file name="SConstruct">
env = Environment()
env.Program(['hello.c', 'file1.c', 'file2.c'])
@@ -530,9 +530,9 @@ coming into existence.)
</file>
</scons_example>
- <scons_output example="ex4">
- <scons_output_command>cd /usr/repository1</scons_output_command>
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="repositories_ex4">
+ <scons_output_command suffix="1">cd /usr/repository1</scons_output_command>
+ <scons_output_command suffix="2">scons -Q</scons_output_command>
</scons_output>
<para>
@@ -556,10 +556,10 @@ coming into existence.)
</para>
<!--
- <scons_output example="ex4">
- <scons_output_command>cd $HOME/build</scons_output_command>
- <scons_output_command>edit hello.c</scons_output_command>
- <scons_output_command>scons -Q -Y __ROOT__/usr/repository1</scons_output_command>
+ <scons_output example="repositories_ex4">
+ <scons_output_command suffix="3">cd $HOME/build</scons_output_command>
+ <scons_output_command suffix="4">edit hello.c</scons_output_command>
+ <scons_output_command suffix="5">scons -Q -Y __ROOT__/usr/repository1</scons_output_command>
</scons_output>
-->
<screen>
@@ -625,7 +625,7 @@ coming into existence.)
</para>
- <scons_example name="ex5">
+ <scons_example name="repositories_ex5">
<file name="SConstruct" printme="1">
env = Environment()
hello = env.Program('hello.c')