From e7885e3af440eaef38a9301fd92a105afc8ddebb Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 25 Mar 2010 20:51:52 +0100 Subject: Imported Upstream version 1.3.0 --- 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 ff6ca3e..577c140 100644 --- a/doc/user/build-install.in +++ b/doc/user/build-install.in @@ -209,7 +209,7 @@ - # rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm + # rpm -Uvh scons-1.3.0-1.noarch.rpm @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.2.0.d20100306.win32.exe + Download the scons-1.3.0.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.d20100306.tar.gz - or scons-1.2.0.d20100306.zip, + scons-1.3.0.tar.gz + or scons-1.3.0.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.d20100306, + scons-1.3.0, 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.d20100306 + # cd scons-1.3.0 # python setup.py install @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.2.0.d20100306 + /usr/lib/scons-1.3.0 or - C:\Python25\scons-1.2.0.d20100306 + C:\Python25\scons-1.3.0 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.d20100306. + /opt/scons/lib/scons-1.3.0. diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index ff6ca3e..577c140 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -209,7 +209,7 @@ - # rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm + # rpm -Uvh scons-1.3.0-1.noarch.rpm @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.2.0.d20100306.win32.exe + Download the scons-1.3.0.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.d20100306.tar.gz - or scons-1.2.0.d20100306.zip, + scons-1.3.0.tar.gz + or scons-1.3.0.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.d20100306, + scons-1.3.0, 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.d20100306 + # cd scons-1.3.0 # python setup.py install @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.2.0.d20100306 + /usr/lib/scons-1.3.0 or - C:\Python25\scons-1.2.0.d20100306 + C:\Python25\scons-1.3.0 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.d20100306. + /opt/scons/lib/scons-1.3.0. diff --git a/doc/user/troubleshoot.xml b/doc/user/troubleshoot.xml index 96d0846..428aa69 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