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.

Author chrullrich
Recipients chrullrich, docs@python
Date 2018-12-02.09:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543743728.61.0.788709270274.issue35374@psf.upfronthosting.co.za>
In-reply-to
Content
If hhc.exe is on the PATH when HTML Help is being built, the build fails because make.bat does not correctly remember the fact. The set command is very finicky with trailing spaces, leading to this:

'"hhc "' is not recognized as an internal or external command,
operable program or batch file.

I suppose the "official" build does not rely on autodetection. In that case, a better fix would be to require setting HTMLHELP explicitly.

PR (for the single-character fix) incoming.
History
Date User Action Args
2018-12-02 09:42:08chrullrichsetrecipients: + chrullrich, docs@python
2018-12-02 09:42:08chrullrichsetmessageid: <1543743728.61.0.788709270274.issue35374@psf.upfronthosting.co.za>
2018-12-02 09:42:08chrullrichlinkissue35374 messages
2018-12-02 09:42:08chrullrichcreate