http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / HOWTO / README
1 __COPYRIGHT__
2
3 Here you'll find plain text documentation of how to handle various SCons
4 project procedures.  Files contained herein:
5
6 change.txt
7         How changes are integrated, including generating and
8         distributing aedist change sets, and updating the CVS repository
9         on SourceForge.
10
11 new-platform.txt
12         Steps to add a new Platform/*.py file.  This is probably out
13         of date.
14
15 new-script.txt
16         Steps to add a new script or utility (like scons and sconsign)
17         to what we ship.
18
19 new-tool.txt
20         Steps to add a new Tool/*.py file.  This is probably out of date.
21
22 release.txt
23         Steps to go through when releasing a new version of SCons.
24
25 subrelease.txt
26         Steps to go through when releasing a new subsidiary version
27         of SCons--for example, 0.95.1 after we've released 0.95.
28         So far, we've only done this to get some early testing on major
29         refactorings.