From 8ecbb43a384584863510bb3201fa63f82fbcb51c Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 6 Jun 2009 19:25:24 +0000 Subject: [PATCH] don't ask me why, but this make hhc.exe not crash git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5982 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/SConscript b/Docs/src/SConscript index 8468280b..f10f8085 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'cd \ && hhc "%s\nsis.hhp"' % (build_dir)) + hhc_action = Action(r'cd %s && hhc nsis.hhp' % build_dir) chm_builder = Builder( action = [