summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-26 21:00:23 +0000
committerSteven Knight <knight@baldmt.com>2002-02-26 21:00:23 +0000
commit024596366a4d3c03942015b2c7e09ed080d8a6b2 (patch)
tree746050e42e425bcc4a10ee751bc775b9d04f070e /HOWTO
parent22377ca1715d2b67a5e72cdede0fb0103e4c7ff1 (diff)
downloadscons-024596366a4d3c03942015b2c7e09ed080d8a6b2.tar.gz
Extend SConstruct et al. to build .zip files, and to build the scons-src package on Win32 platforms.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/release.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt
index e668be2b..caf6ba61 100644
--- a/HOWTO/release.txt
+++ b/HOWTO/release.txt
@@ -83,9 +83,9 @@ Things to do to release a new version of SCons:
# Change the hard-coded package version numbers
# in the following files.
- aecp SConstruct debian/changelog rpm/scons.spec
+ aecp README SConstruct debian/changelog rpm/scons.spec
- vi SConstruct debian/changelog rpm/scons.spec
+ vi README SConstruct debian/changelog rpm/scons.spec
# Optionally, do the same in the following:
[optional] aecp HOWTO/change.txt
@@ -123,7 +123,9 @@ Things to do to release a new version of SCons:
put scons-0.06-1.src.rpm
put scons-0.06.tar.gz
put scons-0.06.win32.exe
+ put scons-0.06.zip
put scons-src-0.06.tar.gz
+ put scons-src-0.06.zip
put scons_0.06-1_all.deb
Create the new release at the SourceForge project page:
@@ -153,7 +155,9 @@ Things to do to release a new version of SCons:
scons-0.06-1.src.rpm Any Source .rpm
scons-0.06.tar.gz Any .gz
scons-0.06.win32.exe i386 Other
+ scons-0.06.zip Any .zip
scons-src-0.06.tar.gz Any Source .gz
+ scons-src-0.06.zip Any Source .zip
scons_0.06-1_all.deb Any .deb
(This has to be done one at a time.)