diff --git a/Docs/src/SConscript b/Docs/src/SConscript index d63ac1b8..556b304f 100644 --- a/Docs/src/SConscript +++ b/Docs/src/SConscript @@ -74,7 +74,7 @@ def fix_html(target, source, env): return None if build_chm: - hhc_action = Action('cd "%s" && hhc nsis.hhp' % (build_dir)) + hhc_action = Action(r'hhc "%s\nsis.hhp"' % (build_dir)) execute = hhc_action.execute def rexecute(*args): return execute(*args) != 1 # hhc returns 1 on success