Add some CHM-related stuff to the release checklist. Don't want to

forget about it when the time comes.

[originally from svn r7012]
This commit is contained in:
Simon Tatham 2006-12-24 16:25:30 +00:00
Родитель d86e01e836
Коммит 1f352e935b
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -137,7 +137,13 @@ of the tag.
- Run Halibut to build the docs. Define VERSION on the make command - Run Halibut to build the docs. Define VERSION on the make command
line to override the version strings, since Subversion revision line to override the version strings, since Subversion revision
numbers are less meaningful on a tag. numbers are less meaningful on a tag.
+ make -C doc VERSION="PuTTY release 0.XX" + change into the doc subdir
+ run `make VERSION="PuTTY release 0.XX" chm', then run `hhc
putty.hhp' to build the .CHM
+ then move the .CHM somewhere else so `make clean' doesn't blow
it away
+ then run `make clean'
+ then `make VERSION="PuTTY release 0.XX"'
- Build the binary archives putty.zip (one for each architecture): - Build the binary archives putty.zip (one for each architecture):
each one just contains all the .exe files except PuTTYtel, and each one just contains all the .exe files except PuTTYtel, and
@ -222,6 +228,10 @@ of the tag.
Download page. Download page.
+ Adjust header text on Changelog page. (That includes changing + Adjust header text on Changelog page. (That includes changing
`are new' in previous version to `were new'!) `are new' in previous version to `were new'!)
+ FOR NEXT RELEASE ONLY: update the docs page so that it links to
the release .chm as well as the release .hlp and .cnt. Remove
this checklist item after it's done; it won't need doing again
in the subsequent release.
- Update the wishlist. This can be done without touching individual - Update the wishlist. This can be done without touching individual
items by editing the @releases array in control/bugs2html. items by editing the @releases array in control/bugs2html.