diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-26 21:00:23 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-26 21:00:23 (GMT) |
commit | 024596366a4d3c03942015b2c7e09ed080d8a6b2 (patch) | |
tree | 746050e42e425bcc4a10ee751bc775b9d04f070e /HOWTO | |
parent | 22377ca1715d2b67a5e72cdede0fb0103e4c7ff1 (diff) | |
download | SCons-024596366a4d3c03942015b2c7e09ed080d8a6b2.zip SCons-024596366a4d3c03942015b2c7e09ed080d8a6b2.tar.gz SCons-024596366a4d3c03942015b2c7e09ed080d8a6b2.tar.bz2 |
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.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index e668be2..caf6ba6 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.) |