]> granicus.if.org Git - python/commitdiff
Explicitly refer to current hhp file (2.6a3)
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 10 May 2008 13:24:09 +0000 (13:24 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 10 May 2008 13:24:09 +0000 (13:24 +0000)
Tools/buildbot/buildmsi.bat

index 5625d659317768984060fb564b052231adf7769b..23f1535f1ba7d6a669ac475134093799c09ef393 100644 (file)
@@ -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