[Python-checkins] r62992 - python/trunk/Tools/buildbot/buildmsi.bat

martin.v.loewis python-checkins at python.org
Sat May 10 15:24:09 CEST 2008


Author: martin.v.loewis
Date: Sat May 10 15:24:09 2008
New Revision: 62992

Log:
Explicitly refer to current hhp file (2.6a3)


Modified:
   python/trunk/Tools/buildbot/buildmsi.bat

Modified: python/trunk/Tools/buildbot/buildmsi.bat
==============================================================================
--- python/trunk/Tools/buildbot/buildmsi.bat	(original)
+++ python/trunk/Tools/buildbot/buildmsi.bat	Sat May 10 15:24:09 2008
@@ -9,7 +9,7 @@
 
 @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


More information about the Python-checkins mailing list