From 7cdf6d0f69226d689e55113131cc5d3bc47a31b2 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 2 Apr 2011 20:22:38 +0200 Subject: [PATCH] Generate an HTML Help file and include it in the build. --- scripts/windows-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index 830292ce4..940b2c983 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -264,7 +264,7 @@ def run_htmlhelp(): raise Exception(u'Error running HTML Help Workshop') else: copy(os.path.join(manual_path, u'build', 'htmlhelp', u'OpenLP.chm'), - os.path.join(dest_path, u'OpenLP.chm')) + os.path.join(dist_path, u'OpenLP.chm')) def run_innosetup(): print u'Running Inno Setup...'