diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-30 22:32:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-30 22:32:56 (GMT) |
commit | 804d7fa3d6fcd07b48b6e89fa81204b1610c79e0 (patch) | |
tree | f59b7025a29a357bed7170848520cc7575c5ab8b /HOWTO/README | |
parent | 270710e4d281bfa66c0fa70c36457afc0328a23a (diff) | |
download | SCons-804d7fa3d6fcd07b48b6e89fa81204b1610c79e0.zip SCons-804d7fa3d6fcd07b48b6e89fa81204b1610c79e0.tar.gz SCons-804d7fa3d6fcd07b48b6e89fa81204b1610c79e0.tar.bz2 |
Change the copyright statement to reflect ownership by the foundation. Add and fix statements where needed. Update scripts accordingly.
Diffstat (limited to 'HOWTO/README')
-rw-r--r-- | HOWTO/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/HOWTO/README b/HOWTO/README index cda7606..951c019 100644 --- a/HOWTO/README +++ b/HOWTO/README @@ -1,3 +1,5 @@ +__COPYRIGHT__ + Here you'll find plain text documentation of how to handle various SCons project procedures. Files contained herein: @@ -6,5 +8,22 @@ change.txt distributing aedist change sets, and updating the CVS repository on SourceForge. +new-platform.txt + Steps to add a new Platform/*.py file. This is probably out + of date. + +new-script.txt + Steps to add a new script or utility (like scons and sconsign) + to what we ship. + +new-tool.txt + Steps to add a new Tool/*.py file. This is probably out of date. + release.txt Steps to go through when releasing a new version of SCons. + +subrelease.txt + Steps to go through when releasing a new subsidiary version + of SCons--for example, 0.95.1 after we've released 0.95. + So far, we've only done this to get some early testing on major + refactorings. |