summaryrefslogtreecommitdiffstats
path: root/doc/user/sourcecode.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
committerSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
commitd1e65c3d358b857b1e53b90c0f4c940c7f95c6a5 (patch)
tree7093612a93255b5c8aebbbbc4567cc1cd0f28d73 /doc/user/sourcecode.in
parent69767c5516cfd51afc93b87746f130825f0bf831 (diff)
downloadSCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.zip
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.gz
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.bz2
Initialize the new branch.
Diffstat (limited to 'doc/user/sourcecode.in')
-rw-r--r--doc/user/sourcecode.in35
1 files changed, 22 insertions, 13 deletions
diff --git a/doc/user/sourcecode.in b/doc/user/sourcecode.in
index b794c09..30b6ecb 100644
--- a/doc/user/sourcecode.in
+++ b/doc/user/sourcecode.in
@@ -29,7 +29,7 @@
<para>
- X
+ XXX
</para>
@@ -38,20 +38,23 @@
<para>
- X
+ XXX
</para>
<scons_example name="ex_bitkeeper">
<file name="SConstruct" printme="1">
env = Environment()
- env.SourceCode('.', env.BitKeeper('XXX'))
+ env.SourceCode('.', env.BitKeeper())
env.Program('hello.c')
</file>
+ <file name="s.hello.c">
+ s.hello.c
+ </file>
</scons_example>
<scons_output example="ex_bitkeeper">
- <userinput>scons</userinput>
+ <command>scons -Q</command>
</scons_output>
</section>
@@ -61,20 +64,20 @@
<para>
- X
+ XXX
</para>
<scons_example name="ex_cvs">
<file name="SConstruct" printme="1">
env = Environment()
- env.SourceCode('.', env.CVS('XXX'))
+ env.SourceCode('.', env.CVS('/usr/local/CVS'))
env.Program('hello.c')
</file>
</scons_example>
<scons_output example="ex_cvs">
- <userinput>scons</userinput>
+ <command>scons -Q</command>
</scons_output>
</section>
@@ -84,7 +87,7 @@
<para>
- X
+ XXX
</para>
@@ -94,10 +97,13 @@
env.SourceCode('.', env.RCS())
env.Program('hello.c')
</file>
+ <file name="hello.c,v">
+ hello.c,v
+ </file>
</scons_example>
<scons_output example="ex_rcs">
- <userinput>scons</userinput>
+ <command>scons -Q</command>
</scons_output>
</section>
@@ -107,7 +113,7 @@
<para>
- X
+ XXX
</para>
@@ -117,10 +123,13 @@
env.SourceCode('.', env.SCCS())
env.Program('hello.c')
</file>
+ <file name="s.hello.c">
+ s.hello.c
+ </file>
</scons_example>
<scons_output example="ex_sccs">
- <userinput>scons</userinput>
+ <command>scons -Q</command>
</scons_output>
</section>
@@ -132,7 +141,7 @@
<para>
- X
+ XXX
</para>
@@ -145,7 +154,7 @@
</scons_example>
<scons_output example="ex_subversion">
- <userinput>scons</userinput>
+ <command>scons -Q</command>
</scons_output>
</section>