diff --git a/Docs/src/SConscript b/Docs/src/SConscript index 556b304f..4ee66bd6 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(r'hhc "%s\nsis.hhp"' % (build_dir)) + hhc_action = Action(r'cd \ && hhc "%s\nsis.hhp"' % (build_dir)) execute = hhc_action.execute def rexecute(*args): return execute(*args) != 1 # hhc returns 1 on success