diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 52ee1f5..eb34978 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <body> <p>SCons is a next-generation, -cross-platform build tool. +cross-platform, build tool. Think of SCons as an improved substitute for the classic <tt>Make</tt> utility @@ -19,9 +19,10 @@ or wedge a scripting language onto some other configuration file syntax, SCons configuration files are actually Python scripts. -This gives you a tremendous amount of flexibility +The ability to script your build +gives you a tremendous amount of flexibility to solve complicated build problems -in surprisingly small amounts of code. +in surprisingly small amounts of maintainable code. </p> <p> @@ -56,7 +57,13 @@ project.</li> <h3>Mission</h3> -<p>What is the goal of this project? +<p>The goal of The SCons Project +is to become the premiere build tool for +cross-platform, multi-language software projects +by offering unparalleled +reliability, +flexibility +and ease of use. </p> <p>What is the scope of this project? |