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 | d292a3c5d016908d53587675bbe02c032a5a7a28 (patch) | |
tree | f59b7025a29a357bed7170848520cc7575c5ab8b /HOWTO | |
parent | cd46401690172d1b2d2b9cc3a78379f9af041e85 (diff) | |
download | SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.zip SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.tar.gz SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.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')
-rw-r--r-- | HOWTO/README | 19 | ||||
-rw-r--r-- | HOWTO/change.txt | 2 | ||||
-rw-r--r-- | HOWTO/new-platform.txt | 2 | ||||
-rw-r--r-- | HOWTO/new-script.txt | 2 | ||||
-rw-r--r-- | HOWTO/new-tool.txt | 2 | ||||
-rw-r--r-- | HOWTO/release.txt | 5 |
6 files changed, 32 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. diff --git a/HOWTO/change.txt b/HOWTO/change.txt index 049e8eb..86e854d 100644 --- a/HOWTO/change.txt +++ b/HOWTO/change.txt @@ -1,3 +1,5 @@ +__COPYRIGHT__ + Handling a change set: -- Start the change: diff --git a/HOWTO/new-platform.txt b/HOWTO/new-platform.txt index 7e2fce8..8aa11ec 100644 --- a/HOWTO/new-platform.txt +++ b/HOWTO/new-platform.txt @@ -1,3 +1,5 @@ +__COPYRIGHT__ + Adding a new Platform to the SCons distribution: -- Add the following files (aenf): diff --git a/HOWTO/new-script.txt b/HOWTO/new-script.txt index 8bb5222..f859c48 100644 --- a/HOWTO/new-script.txt +++ b/HOWTO/new-script.txt @@ -1,3 +1,5 @@ +__COPYRIGHT__ + Steps for adding a new script/utility to the SCons packages. Assume that you're creating a new man page, too. In the template steps below, "newscript" is the name of the new script/utility being added. diff --git a/HOWTO/new-tool.txt b/HOWTO/new-tool.txt index c906b7f..4297fe6 100644 --- a/HOWTO/new-tool.txt +++ b/HOWTO/new-tool.txt @@ -1,3 +1,5 @@ +__COPYRIGHT__ + Adding a new Tool to the SCons distribution: -- Add the following files (aenf): diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 5b77b63..51dfb70 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -1,3 +1,5 @@ +__COPYRIGHT__ + This document covers how to prepare major releases of SCons--that is, releases numbered with X.Y format, such as 0.93, 1.0, etc. @@ -91,6 +93,9 @@ Things to do to release a new X.Y version of SCons: aecp rpm/scons.spec.in vi rpm/scons.spec.in + aecp src/copyrightTests.py + vi src/copyrightTests.py + aecp src/setupTests.py vi src/setupTests.py |