New submission from Christian Ullrich <ch...@chrullrich.net>:

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.

----------
assignee: docs@python
components: Documentation
messages: 330872
nosy: chrullrich, docs@python
priority: normal
severity: normal
status: open
title: Windows doc build does not find autodetected hhc.exe
type: compile error

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to