Remove instructions for building the HTML Help; they are now part of

PEP 101.
This commit is contained in:
Fred Drake 2003-09-30 04:51:14 +00:00
parent 4de8d6823c
commit 41b0a48d85
1 changed files with 0 additions and 10 deletions

View File

@ -146,16 +146,6 @@ How to Make A Release
the branch to the trunk during the cleaning up phase.
Basically, if it's in Doc/ Fred will take care of it.
___ Thomas grabs the HTML to build the Windows helpfile.
The HTML files are unpacked into a new src/html directory, and
runs this command to create the project files for MS HTML
Workshop:
% python ..\Doc\tools\prechm.py -v 2.3 python23
HTML Workshop is then fired up on the created python23.hhp file,
finally resulting in an python23.chm file.
___ Thomas compiles everything with MSVC 6.0, and moves the
python23.chm file into the src/chm directory. The installer
executable is then generated with Wise Installation System.