User's Guide updates. (Robert P. J. Day)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 28 Jan 2009 13:07:52 +0000 (13:07 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 28 Jan 2009 13:07:52 +0000 (13:07 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3927 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/user/build-install.in
doc/user/build-install.xml
doc/user/preface.in
doc/user/preface.xml
doc/user/simple.in
doc/user/simple.xml
src/CHANGES.txt

index 547154c24a569b52349010db78cfcd9eb8403a90..e473e3768471a15c8e6c5d7840d38412513703c4 100644 (file)
     If you need to install Python and have a choice,
     we recommend using the most recent Python 2.5 version available.
     Python 2.5 has significant improvements
-    the help speed up the performance of &SCons;'.
+    the help speed up the performance of &SCons;.
 
     </para>
 
     &SCons; comes pre-packaged for installation on a number of systems,
     including Linux and Windows systems.
     You do not need to read this entire section,
-    you should only need to read the section
+    you should need to read only the section
     appropriate to the type of system you're running on.
 
     </para>
 
       &SCons; comes in RPM (Red Hat Package Manager) format,
       pre-built and ready to install on Red Hat Linux,
-      Fedora Core,
+      Fedora,
       or any other Linux distribution that uses RPM.
       Your distribution may
       already have an &SCons; RPM built specifically for it;
-      many do, including SuSe, Mandrake and Fedora.
+      many do, including SUSE, Mandrake and Fedora.
       You can check for the availability of an &SCons; RPM
       on your distribution's download servers,
       or by consulting an RPM search site like
 
       <para>
 
+      If your distribution supports installation via
+      <application>yum</application>,
+      you should be able to install &SCons; by running:
+
+      </para>
+
+      <screen>
+        # <userinput>yum install scons</userinput>
+      </screen>
+
+      <para>
+
       If your Linux distribution does not already have
       a specific &SCons; RPM file,
       you can download and install from the
       </para>
 
       <screen>
-        # <userinput>rpm -Uvh scons-0.96-1.noarch.rpm</userinput>
+        # <userinput>rpm -Uvh scons-__VERSION__-1.noarch.rpm</userinput>
       </screen>
 
       <para>
 
       &SCons; provides a Windows installer
       that makes installation extremely easy.
-      Download the <filename>scons-0.95.win32.exe</filename>
+      Download the <filename>scons-__VERSION__.win32.exe</filename>
       file from the &SCons; download page at
-      <ulink url="http://www.scons.org/download.html">http://www.scons.org/download.html</ulink>.
+      <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
       (usually by clicking on its icon in Windows Explorer).
       These will take you through a small
index 547154c24a569b52349010db78cfcd9eb8403a90..e473e3768471a15c8e6c5d7840d38412513703c4 100644 (file)
     If you need to install Python and have a choice,
     we recommend using the most recent Python 2.5 version available.
     Python 2.5 has significant improvements
-    the help speed up the performance of &SCons;'.
+    the help speed up the performance of &SCons;.
 
     </para>
 
     &SCons; comes pre-packaged for installation on a number of systems,
     including Linux and Windows systems.
     You do not need to read this entire section,
-    you should only need to read the section
+    you should need to read only the section
     appropriate to the type of system you're running on.
 
     </para>
 
       &SCons; comes in RPM (Red Hat Package Manager) format,
       pre-built and ready to install on Red Hat Linux,
-      Fedora Core,
+      Fedora,
       or any other Linux distribution that uses RPM.
       Your distribution may
       already have an &SCons; RPM built specifically for it;
-      many do, including SuSe, Mandrake and Fedora.
+      many do, including SUSE, Mandrake and Fedora.
       You can check for the availability of an &SCons; RPM
       on your distribution's download servers,
       or by consulting an RPM search site like
 
       <para>
 
+      If your distribution supports installation via
+      <application>yum</application>,
+      you should be able to install &SCons; by running:
+
+      </para>
+
+      <screen>
+        # <userinput>yum install scons</userinput>
+      </screen>
+
+      <para>
+
       If your Linux distribution does not already have
       a specific &SCons; RPM file,
       you can download and install from the
       </para>
 
       <screen>
-        # <userinput>rpm -Uvh scons-0.96-1.noarch.rpm</userinput>
+        # <userinput>rpm -Uvh scons-__VERSION__-1.noarch.rpm</userinput>
       </screen>
 
       <para>
 
       &SCons; provides a Windows installer
       that makes installation extremely easy.
-      Download the <filename>scons-0.95.win32.exe</filename>
+      Download the <filename>scons-__VERSION__.win32.exe</filename>
       file from the &SCons; download page at
-      <ulink url="http://www.scons.org/download.html">http://www.scons.org/download.html</ulink>.
+      <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
       (usually by clicking on its icon in Windows Explorer).
       These will take you through a small
index 8fed5937682632f18da5b8dcb41d0381c20407d3..a76fa1ca5421b512aef6dfd23a2450b4cf66d453 100644 (file)
@@ -62,7 +62,7 @@
   than the cryptic languages of other build tools,
   which are usually invented by programmers for other programmers.
   This is in no small part due to the
-  consistency and readability that are built in to Python.
+  consistency and readability that are hallmarks of Python.
   It just so happens that making a real, live
   scripting language the basis for the
   configuration files
index f93ec5ea1ecead5fbe9f8a7ce18654531abee09a..6f3140b466b8f47e4ab4e24666befc395650fe32 100644 (file)
@@ -62,7 +62,7 @@
   than the cryptic languages of other build tools,
   which are usually invented by programmers for other programmers.
   This is in no small part due to the
-  consistency and readability that are built in to Python.
+  consistency and readability that are hallmarks of Python.
   It just so happens that making a real, live
   scripting language the basis for the
   configuration files
index 3382f867383532d57d2e13ab0d972447211b33d4..9594501171e0f81438e61d2371f2561b1f3476d7 100644 (file)
      <para>
 
      &SCons; reflects this distinction between
-     <emphasis>calling a builder method like</emphasis> &b-Program;>
+     <emphasis>calling a builder method like</emphasis> &b-Program;
      and <emphasis>actually building the program</emphasis>
      by printing the status messages that indicate
      when it's "just reading" the &SConstruct; file,
index 82452370154c6d117a2e1ff02ecb834b32084339..6bd70b0bc4bd4fdfe28544a1e3ae7878828856d5 100644 (file)
      <para>
 
      &SCons; reflects this distinction between
-     <emphasis>calling a builder method like</emphasis> &b-Program;>
+     <emphasis>calling a builder method like</emphasis> &b-Program;
      and <emphasis>actually building the program</emphasis>
      by printing the status messages that indicate
      when it's "just reading" the &SConstruct; file,
index aa4543eb639c637af88b15a6ef1fa6cfd86b707f..85b3fde33e2190a8f28ea6a696d5ba02b455c93f 100644 (file)
@@ -20,6 +20,10 @@ RELEASE X.X.X - XXX
     - Detect implicit dependencies on commands even when the command is
       quoted.
 
+  From Robert P. J. Day:
+
+    - User's Guide updates.
+
 
 
 RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800