diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-05-30 06:03:04 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-05-30 06:03:04 (GMT) |
commit | 0f086e238c98ae8fdc393a4759299ad0db1483d6 (patch) | |
tree | 48beeaa12f3e22cb5ea4308611cb070bfd7d1de9 /README | |
parent | f8098968bdca6e11a1cc1daa0df70f801c4e251f (diff) | |
download | SCons-0f086e238c98ae8fdc393a4759299ad0db1483d6.zip SCons-0f086e238c98ae8fdc393a4759299ad0db1483d6.tar.gz SCons-0f086e238c98ae8fdc393a4759299ad0db1483d6.tar.bz2 |
Prepare for checkpoint release. Everything should be set up and ready
to go.
Update various files to have the correct date, time, version, and floor.
Rework Script/Main.py and QMTest/TestSCons.py to make automated updating
possible in the future.
Remove a duplicate MANIFEST-xml.in entry.
Fix TeX tests, which ran 'kpsewitch' before determining if the TeX tools
were installed.
Diffstat (limited to 'README')
-rw-r--r-- | README | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -158,7 +158,7 @@ Or on Windows: By default, the above commands will do the following: - -- Install the version-numbered "scons-1.3.0" and "sconsign-1.3.0" + -- Install the version-numbered "scons-2.0.0" and "sconsign-2.0.0" scripts in the default system script directory (/usr/bin or C:\Python*\Scripts, for example). This can be disabled by specifying the "--no-version-script" option on the command @@ -172,24 +172,24 @@ By default, the above commands will do the following: making it the default on your system. On UNIX or Linux systems, you can have the "scons" and "sconsign" - scripts be hard links or symbolic links to the "scons-1.3.0" and - "sconsign-1.3.0" scripts by specifying the "--hardlink-scons" or + scripts be hard links or symbolic links to the "scons-2.0.0" and + "sconsign-2.0.0" scripts by specifying the "--hardlink-scons" or "--symlink-scons" options on the command line. - -- Install "scons-1.3.0.bat" and "scons.bat" wrapper scripts in the + -- Install "scons-2.0.0.bat" and "scons.bat" wrapper scripts in the Python prefix directory on Windows (C:\Python*, for example). This can be disabled by specifying the "--no-install-bat" option on the command line. On UNIX or Linux systems, the "--install-bat" option may be - specified to have "scons-1.3.0.bat" and "scons.bat" files installed + specified to have "scons-2.0.0.bat" and "scons.bat" files installed in the default system script directory, which is useful if you want to install SCons in a shared file system directory that can be used to execute SCons from both UNIX/Linux and Windows systems. -- Install the SCons build engine (a Python module) in an appropriate version-numbered SCons library directory - (/usr/lib/scons-1.3.0 or C:\Python*\scons-1.3.0, for example). + (/usr/lib/scons-2.0.0 or C:\Python*\scons-2.0.0, for example). See below for more options related to installing the build engine library. @@ -492,17 +492,17 @@ above about EXECUTING SCONS WITHOUT INSTALLING): Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-1.3.0-1.noarch.rpm - build/dist/scons-1.3.0-1.src.rpm - build/dist/scons-1.3.0.linux-i686.tar.gz - build/dist/scons-1.3.0.tar.gz - build/dist/scons-1.3.0.win32.exe - build/dist/scons-1.3.0.zip - build/dist/scons-doc-1.3.0.tar.gz - build/dist/scons-local-1.3.0.tar.gz - build/dist/scons-local-1.3.0.zip - build/dist/scons-src-1.3.0.tar.gz - build/dist/scons-src-1.3.0.zip + build/dist/scons-2.0.0-1.noarch.rpm + build/dist/scons-2.0.0-1.src.rpm + build/dist/scons-2.0.0.linux-i686.tar.gz + build/dist/scons-2.0.0.tar.gz + build/dist/scons-2.0.0.win32.exe + build/dist/scons-2.0.0.zip + build/dist/scons-doc-2.0.0.tar.gz + build/dist/scons-local-2.0.0.tar.gz + build/dist/scons-local-2.0.0.zip + build/dist/scons-src-2.0.0.tar.gz + build/dist/scons-src-2.0.0.zip build/dist/scons_1.3.0-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to |