From 68e4fe5ac49effe8959bc8532584edf04553c931 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Wed, 10 Mar 2010 14:14:26 +0100 Subject: Imported Upstream version 1.2.0.d20100306 --- doc/user/build-install.in | 18 +++++++++--------- doc/user/build-install.xml | 18 +++++++++--------- doc/user/troubleshoot.xml | 4 ++-- 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'doc/user') 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 @@ - # rpm -Uvh scons-1.2.0.d20100117-1.noarch.rpm + # rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.2.0.d20100117.win32.exe + Download the scons-1.2.0.d20100306.win32.exe file from the &SCons; download page at http://www.scons.org/download.php. Then all you need to do is execute the file @@ -381,8 +381,8 @@ The first step is to download either the - scons-1.2.0.d20100117.tar.gz - or scons-1.2.0.d20100117.zip, + scons-1.2.0.d20100306.tar.gz + or scons-1.2.0.d20100306.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -395,7 +395,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-1.2.0.d20100117, + scons-1.2.0.d20100306, 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 @@ - # cd scons-1.2.0.d20100117 + # cd scons-1.2.0.d20100306 # python setup.py install @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.2.0.d20100117 + /usr/lib/scons-1.2.0.d20100306 or - C:\Python25\scons-1.2.0.d20100117 + C:\Python25\scons-1.2.0.d20100306 directory, for example. @@ -530,7 +530,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-1.2.0.d20100117. + /opt/scons/lib/scons-1.2.0.d20100306. 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 @@ - # rpm -Uvh scons-1.2.0.d20100117-1.noarch.rpm + # rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.2.0.d20100117.win32.exe + Download the scons-1.2.0.d20100306.win32.exe file from the &SCons; download page at http://www.scons.org/download.php. Then all you need to do is execute the file @@ -381,8 +381,8 @@ The first step is to download either the - scons-1.2.0.d20100117.tar.gz - or scons-1.2.0.d20100117.zip, + scons-1.2.0.d20100306.tar.gz + or scons-1.2.0.d20100306.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -395,7 +395,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-1.2.0.d20100117, + scons-1.2.0.d20100306, 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 @@ - # cd scons-1.2.0.d20100117 + # cd scons-1.2.0.d20100306 # python setup.py install @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.2.0.d20100117 + /usr/lib/scons-1.2.0.d20100306 or - C:\Python25\scons-1.2.0.d20100117 + C:\Python25\scons-1.2.0.d20100306 directory, for example. @@ -530,7 +530,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-1.2.0.d20100117. + /opt/scons/lib/scons-1.2.0.d20100306. 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': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, 'Dirs': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, - 'ENV': {'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}, + 'ENV': { 'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}, 'ESCAPE': <function escape at 0x700000>, 'File': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, 'HOST_ARCH': None, @@ -489,7 +489,7 @@ % scons 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. -- cgit v1.2.3