diff options
author | Steven Knight <knight@baldmt.com> | 2001-10-03 14:50:33 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-10-03 14:50:33 (GMT) |
commit | 659c690b1a731e72a8f79b726bc1ba8b8691a5ac (patch) | |
tree | a52a833c5a710910a22c703176d076eecbb40825 /HOWTO/README | |
parent | 7252d1fd0ab4108f751a47778235f30880c12595 (diff) | |
download | SCons-659c690b1a731e72a8f79b726bc1ba8b8691a5ac.zip SCons-659c690b1a731e72a8f79b726bc1ba8b8691a5ac.tar.gz SCons-659c690b1a731e72a8f79b726bc1ba8b8691a5ac.tar.bz2 |
Add a bin/ subdirectory for admin utilities, and a HOWTO/ (replaces admin/) for the documents.
Diffstat (limited to 'HOWTO/README')
-rw-r--r-- | HOWTO/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/HOWTO/README b/HOWTO/README new file mode 100644 index 0000000..32f1170 --- /dev/null +++ b/HOWTO/README @@ -0,0 +1,7 @@ +Here you'll find plain text documentation of how to handle various SCons +project procedures. Files contained herein: + +change.txt + How changes are integrated, including generating and + distributing aedist change sets, and updating the CVS repository + on SourceForge. |