From: Martin v. Löwis Date: Sat, 10 May 2008 13:24:09 +0000 (+0000) Subject: Explicitly refer to current hhp file (2.6a3) X-Git-Tag: v2.6b1~533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a38379649b3fd49ed4dcb205b85aaca026a81a4b;p=thirdparty%2FPython%2Fcpython.git Explicitly refer to current hhp file (2.6a3) --- diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index 5625d6593177..23f1535f1ba7 100644 --- a/Tools/buildbot/buildmsi.bat +++ b/Tools/buildbot/buildmsi.bat @@ -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