diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-05 11:53:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-05 11:53:26 (GMT) |
commit | 779af3ab8eaf756aef4d5fe88a9768bff6e83155 (patch) | |
tree | 0ecfc49f2b4528563dafc68f97c0dc2b68977f71 /Mac/Distributions/readme.txt | |
parent | 0d5120f29a7f294845366fcd74c5b3586459fc54 (diff) | |
download | cpython-779af3ab8eaf756aef4d5fe88a9768bff6e83155.zip cpython-779af3ab8eaf756aef4d5fe88a9768bff6e83155.tar.gz cpython-779af3ab8eaf756aef4d5fe88a9768bff6e83155.tar.bz2 |
These were never under CVS, but now that I use cvs to communicate
between the various macs it's better if they are.
Diffstat (limited to 'Mac/Distributions/readme.txt')
-rw-r--r-- | Mac/Distributions/readme.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Mac/Distributions/readme.txt b/Mac/Distributions/readme.txt new file mode 100644 index 0000000..69476cf --- /dev/null +++ b/Mac/Distributions/readme.txt @@ -0,0 +1,22 @@ +How to make a Python-distribution. +---------------------------------- + +These notes are mainly for myself. + +- Increase fragment version number in PythonCorePPC and PythonCoreCFM68K +- Increase version number in STR resource (preffilename) and VERS resource +- Update about box +- Increase version number in _versioncheck.py +- Build PythonStandSmall, run once in root folder +- Update Relnotes, readme's, Demo:build.html +- Make sure tkresources.rsrc is up-to-date +- fullbuild everything with increase-buildno +- Run configurepython +- set "no console" on all applets +- remove alis resource from all applets +- mkdistr +- remove stdwin, cwilib demos +- test on virgin system. Make sure to test tkinter too. +- make distribution archive +- binhextree, synctree +- update version number on the net |