Generate an HTML Help file and include it in the build.

This commit is contained in:
Raoul Snyman 2011-04-02 20:22:38 +02:00
parent 9626b0d988
commit 7cdf6d0f69
1 changed files with 1 additions and 1 deletions

View File

@ -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...'