mirror of https://github.com/python/cpython
Explicitly refer to current hhp file (2.6a3)
This commit is contained in:
parent
ddf7a4214e
commit
a38379649b
|
@ -9,7 +9,7 @@ vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
|
|||
|
||||
@rem build the documentation
|
||||
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
||||
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\pydoc.hhp
|
||||
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp
|
||||
|
||||
@rem buold the MSI file
|
||||
cd PC
|
||||
|
|
Loading…
Reference in New Issue