summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2010-03-10 14:14:26 +0100
committerLuca Falavigna <dktrkranz@debian.org>2010-03-10 14:14:26 +0100
commit68e4fe5ac49effe8959bc8532584edf04553c931 (patch)
tree1cd0c82c13789d61dc62758f326ae4dce1dd6f37 /doc
parent48f19e9e5ecc069f379ad433fdaf280ac9b54e16 (diff)
Imported Upstream version 1.2.0.d20100306upstream/1.2.0.d20100306
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons-time.14
-rw-r--r--doc/man/scons.16
-rw-r--r--doc/man/sconsign.14
-rw-r--r--doc/user/build-install.in18
-rw-r--r--doc/user/build-install.xml18
-rw-r--r--doc/user/troubleshoot.xml4
6 files changed, 27 insertions, 27 deletions
diff --git a/doc/man/scons-time.1 b/doc/man/scons-time.1
index 36b3eb6..7d86cc0 100644
--- a/doc/man/scons-time.1
+++ b/doc/man/scons-time.1
@@ -19,7 +19,7 @@
.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.\" doc/man/scons-time.1 4629 2010/01/17 22:23:21 scons
+.\" doc/man/scons-time.1 4691 2010/03/06 16:22:36 bdbaddog
.\"
.\" ES - Example Start - indents and turns off line fill
.de ES
@@ -98,7 +98,7 @@
[\fB--which=\fIWHICH\fR]
[\fIARGUMENTS\fR]
..
-.TH SCONS-TIME 1 "January 2010"
+.TH SCONS-TIME 1 "March 2010"
.SH NAME
scons-time \- generate and display SCons timing information
'\"==========================================================================
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 5d0f15d..a5ad799 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -19,9 +19,9 @@
.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.\" doc/man/scons.1 4629 2010/01/17 22:23:21 scons
+.\" doc/man/scons.1 4691 2010/03/06 16:22:36 bdbaddog
.\"
-.TH SCONS 1 "January 2010"
+.TH SCONS 1 "March 2010"
.\" ES - Example Start - indents and turns off line fill
.rm ES
.de ES
@@ -8292,7 +8292,7 @@ multi-stage builder.
.IP single_source
Specifies that this builder expects exactly one source file per call. Giving
-more than one source files without target files results in implicitely calling
+more than one source file without target files results in implicitely calling
the builder multiple times (once for each source given). Giving multiple
source files together with target files results in a UserError exception.
diff --git a/doc/man/sconsign.1 b/doc/man/sconsign.1
index 51d7326..b7be093 100644
--- a/doc/man/sconsign.1
+++ b/doc/man/sconsign.1
@@ -19,7 +19,7 @@
.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.\" doc/man/sconsign.1 4629 2010/01/17 22:23:21 scons
+.\" doc/man/sconsign.1 4691 2010/03/06 16:22:36 bdbaddog
.\"
.\" ES - Example Start - indents and turns off line fill
.de ES
@@ -31,7 +31,7 @@
.RE
.fi
..
-.TH SCONSIGN 1 "January 2010"
+.TH SCONSIGN 1 "March 2010"
.SH NAME
sconsign \- print SCons .sconsign file information
.SH SYNOPSIS
diff --git a/doc/user/build-install.in b/doc/user/build-install.in
index 0894e08..ff6ca3e 100644
--- a/doc/user/build-install.in
+++ b/doc/user/build-install.in
@@ -209,7 +209,7 @@
</para>
<screen>
- # <userinput>rpm -Uvh scons-1.2.0.d20100117-1.noarch.rpm</userinput>
+ # <userinput>rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm</userinput>
</screen>
<para>
@@ -271,7 +271,7 @@
&SCons; provides a Windows installer
that makes installation extremely easy.
- Download the <filename>scons-1.2.0.d20100117.win32.exe</filename>
+ Download the <filename>scons-1.2.0.d20100306.win32.exe</filename>
file from the &SCons; download page at
<ulink url="http://www.scons.org/download.php">http://www.scons.org/download.php</ulink>.
Then all you need to do is execute the file
@@ -381,8 +381,8 @@
<para>
The first step is to download either the
- <filename>scons-1.2.0.d20100117.tar.gz</filename>
- or <filename>scons-1.2.0.d20100117.zip</filename>,
+ <filename>scons-1.2.0.d20100306.tar.gz</filename>
+ or <filename>scons-1.2.0.d20100306.zip</filename>,
which are available from the SCons download page at
<ulink url="http://www.scons.org/download.html">http://www.scons.org/download.html</ulink>.
@@ -395,7 +395,7 @@
on Linux or UNIX,
or <application>WinZip</application> on Windows.
This will create a directory called
- <filename>scons-1.2.0.d20100117</filename>,
+ <filename>scons-1.2.0.d20100306</filename>,
usually in your local directory.
Then change your working directory to that directory
and install &SCons; by executing the following commands:
@@ -403,7 +403,7 @@
</para>
<screen>
- # <userinput>cd scons-1.2.0.d20100117</userinput>
+ # <userinput>cd scons-1.2.0.d20100306</userinput>
# <userinput>python setup.py install</userinput>
</screen>
@@ -471,9 +471,9 @@
This will install the &SCons; build engine
in the
- <filename>/usr/lib/scons-1.2.0.d20100117</filename>
+ <filename>/usr/lib/scons-1.2.0.d20100306</filename>
or
- <filename>C:\Python25\scons-1.2.0.d20100117</filename>
+ <filename>C:\Python25\scons-1.2.0.d20100306</filename>
directory, for example.
</para>
@@ -530,7 +530,7 @@
relative to the specified prefix.
Adding <option>--version-lib</option> to the
above example would install the build engine in
- <filename>/opt/scons/lib/scons-1.2.0.d20100117</filename>.
+ <filename>/opt/scons/lib/scons-1.2.0.d20100306</filename>.
</para>
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml
index 0894e08..ff6ca3e 100644
--- a/doc/user/build-install.xml
+++ b/doc/user/build-install.xml
@@ -209,7 +209,7 @@
</para>
<screen>
- # <userinput>rpm -Uvh scons-1.2.0.d20100117-1.noarch.rpm</userinput>
+ # <userinput>rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm</userinput>
</screen>
<para>
@@ -271,7 +271,7 @@
&SCons; provides a Windows installer
that makes installation extremely easy.
- Download the <filename>scons-1.2.0.d20100117.win32.exe</filename>
+ Download the <filename>scons-1.2.0.d20100306.win32.exe</filename>
file from the &SCons; download page at
<ulink url="http://www.scons.org/download.php">http://www.scons.org/download.php</ulink>.
Then all you need to do is execute the file
@@ -381,8 +381,8 @@
<para>
The first step is to download either the
- <filename>scons-1.2.0.d20100117.tar.gz</filename>
- or <filename>scons-1.2.0.d20100117.zip</filename>,
+ <filename>scons-1.2.0.d20100306.tar.gz</filename>
+ or <filename>scons-1.2.0.d20100306.zip</filename>,
which are available from the SCons download page at
<ulink url="http://www.scons.org/download.html">http://www.scons.org/download.html</ulink>.
@@ -395,7 +395,7 @@
on Linux or UNIX,
or <application>WinZip</application> on Windows.
This will create a directory called
- <filename>scons-1.2.0.d20100117</filename>,
+ <filename>scons-1.2.0.d20100306</filename>,
usually in your local directory.
Then change your working directory to that directory
and install &SCons; by executing the following commands:
@@ -403,7 +403,7 @@
</para>
<screen>
- # <userinput>cd scons-1.2.0.d20100117</userinput>
+ # <userinput>cd scons-1.2.0.d20100306</userinput>
# <userinput>python setup.py install</userinput>
</screen>
@@ -471,9 +471,9 @@
This will install the &SCons; build engine
in the
- <filename>/usr/lib/scons-1.2.0.d20100117</filename>
+ <filename>/usr/lib/scons-1.2.0.d20100306</filename>
or
- <filename>C:\Python25\scons-1.2.0.d20100117</filename>
+ <filename>C:\Python25\scons-1.2.0.d20100306</filename>
directory, for example.
</para>
@@ -530,7 +530,7 @@
relative to the specified prefix.
Adding <option>--version-lib</option> to the
above example would install the build engine in
- <filename>/opt/scons/lib/scons-1.2.0.d20100117</filename>.
+ <filename>/opt/scons/lib/scons-1.2.0.d20100306</filename>.
</para>
diff --git a/doc/user/troubleshoot.xml b/doc/user/troubleshoot.xml
index 428aa69..96d0846 100644
--- a/doc/user/troubleshoot.xml
+++ b/doc/user/troubleshoot.xml
@@ -286,7 +286,7 @@
'DSUFFIXES': ['.d'],
'Dir': &lt;SCons.Defaults.Variable_Method_Caller instance at 0x700000&gt;,
'Dirs': &lt;SCons.Defaults.Variable_Method_Caller instance at 0x700000&gt;,
- 'ENV': {'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'},
+ 'ENV': { 'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'},
'ESCAPE': &lt;function escape at 0x700000&gt;,
'File': &lt;SCons.Defaults.Variable_Method_Caller instance at 0x700000&gt;,
'HOST_ARCH': None,
@@ -489,7 +489,7 @@
<screen>
% <userinput>scons</userinput>
scons: Reading SConscript files ...
- {'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}
+ { 'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.