This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Patch to doc/make.bat to allow non-standard HTML Help location
Type: Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tim.golden
Priority: normal Keywords: patch

Created on 2008-02-29 11:00 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-make-r61125.patch tim.golden, 2008-02-29 11:00 Patch against r611125 of doc/make.bat
doc-make-r61125.patch tim.golden, 2008-02-29 11:26 Corrected patch against r61125 of doc/make.bat
Messages (3)
msg63131 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2008-02-29 11:00
The doc/make.bat file for building the docs under Windows assumes the
standard location for the HTML Help Workshop. The attached patch looks
for  an env var called HTMLHELP and uses that if it's set, falling back
to the standard location.
msg63133 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2008-02-29 11:26
Corrected patch which replaces the @echo off at the top of the file.
msg63142 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-02-29 18:21
Thanks, applied in r61135.
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46461
2008-02-29 18:21:38georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg63142
nosy: + georg.brandl
2008-02-29 11:26:16tim.goldensetfiles: + doc-make-r61125.patch
messages: + msg63133
2008-02-29 11:00:40tim.goldencreate