summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-05-10 13:24:09 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-05-10 13:24:09 (GMT)
commita38379649b3fd49ed4dcb205b85aaca026a81a4b (patch)
treed70d68ef4ec21d689f28dd0ee740778bf86cefbe /Tools
parentddf7a4214e41aad7b7bf249a04ce654add073999 (diff)
downloadcpython-a38379649b3fd49ed4dcb205b85aaca026a81a4b.zip
cpython-a38379649b3fd49ed4dcb205b85aaca026a81a4b.tar.gz
cpython-a38379649b3fd49ed4dcb205b85aaca026a81a4b.tar.bz2
Explicitly refer to current hhp file (2.6a3)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/buildmsi.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat
index 5625d65..23f1535 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