Remove instructions for building the HTML Help; they are now part of
PEP 101.
This commit is contained in:
parent
4de8d6823c
commit
41b0a48d85
10
pep-0102.txt
10
pep-0102.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue