diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2012-10-13 14:30:37 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2012-10-13 14:30:37 (GMT) |
commit | 101c5aa6e19f7498e0723515d3274e4be6bed20a (patch) | |
tree | 483b80c43b26413ae1e6780c6282d675ec241f1e /SConstruct | |
parent | 1f12e6a3069220bf565b7eb4c4b130c21b67e2f6 (diff) | |
parent | c3c4deb28d68fc28c41b0c06185c7d03c2d0247b (diff) | |
download | SCons-101c5aa6e19f7498e0723515d3274e4be6bed20a.zip SCons-101c5aa6e19f7498e0723515d3274e4be6bed20a.tar.gz SCons-101c5aa6e19f7498e0723515d3274e4be6bed20a.tar.bz2 |
Merged pull request #44 (make README a ReStructuredText file)
I added a few test fixes and tweaks to Russels version.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # # SConstruct file to build scons packages during development. # -# See the README file for an overview of how SCons is built and tested. +# See the README.rst file for an overview of how SCons is built and tested. # When this gets changed, you must also change the copyright_years string # in QMTest/TestSCons.py so the test scripts look for the right string. |