summaryrefslogtreecommitdiffstats
path: root/doc/user/preface.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/preface.in
parent69767c5516cfd51afc93b87746f130825f0bf831 (diff)
downloadSCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.zip
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.gz
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.bz2
Initialize the new branch.
Diffstat (limited to 'doc/user/preface.in')
-rw-r--r--doc/user/preface.in29
1 files changed, 21 insertions, 8 deletions
diff --git a/doc/user/preface.in b/doc/user/preface.in
index 589399d..5e46f0a 100644
--- a/doc/user/preface.in
+++ b/doc/user/preface.in
@@ -60,8 +60,8 @@
<emphasis>easier</emphasis>
for non-programmers to learn
than the cryptic languages of other build tools,
- which are usally invented by programmers for other programmers.
- This is in no small part to the
+ 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.
It just so happens that making a real, live
scripting language the basis for the
@@ -72,6 +72,8 @@
</para>
+ <!--
+
<section>
<title>Why &SCons;?</title>
@@ -94,6 +96,8 @@
</section>
+ -->
+
<section>
<title>&SCons; Principles</title>
@@ -137,7 +141,8 @@
down the default &SCons; behavior to guarantee a correct build,
we also try to make it easy to speed up &SCons;
through optimization options that let you trade off
- guaranteed correctness for speed.
+ guaranteed correctness in all end cases for
+ a speedier build in the usual cases.
</para>
</listitem>
@@ -169,6 +174,8 @@
</section>
+ <!--
+
<section>
<title>History</title>
@@ -197,6 +204,8 @@
</section>
+ -->
+
<!--
<section>
@@ -265,7 +274,7 @@
and time people have contributed over the past few years.
The "core team"
of Chad Austin, Anthony Roach, Charles Crain,
- Steve Leblanc, Greg Spencer and Christoph Wiedemann
+ Steve Leblanc, Gary Oerbrunner, Greg Spencer and Christoph Wiedemann
have been great about reviewing my (and other) changes
and catching problems before they get in the code base.
Of particular technical note:
@@ -282,7 +291,7 @@
<para>
Special thanks to David Snopek for contributing
- his underlying "Autocons" code that formed
+ his underlying "Autoscons" code that formed
the basis of Christoph's work with the Configure functionality.
David was extremely generous in making
this code available to &SCons;,
@@ -291,6 +300,8 @@
</para>
+ <!--
+
<para>
&SCons; has received contributions
@@ -308,12 +319,14 @@
Jeff Petkau (significant fixes for CacheDir and other areas),
Stefan Reichor (Ghostscript support),
Zed Shaw (Append() and Replace() environment methods),
- Terrel Shumway (build and test fixes, as well as the SCons Wiki),
- sam th (dynamic checks for utilities)
- and Moshe Zadke (Debian packaging).
+ Terrel Shumway (build and test fixes, as well as the SCons Wiki)
+ and
+ sam th (dynamic checks for utilities).
</para>
+ -->
+
<para>
Thanks to Peter Miller