forked from openlp/openlp
Generate an HTML Help file and include it in the build.
This commit is contained in:
parent
9626b0d988
commit
7cdf6d0f69
@ -264,7 +264,7 @@ def run_htmlhelp():
|
|||||||
raise Exception(u'Error running HTML Help Workshop')
|
raise Exception(u'Error running HTML Help Workshop')
|
||||||
else:
|
else:
|
||||||
copy(os.path.join(manual_path, u'build', 'htmlhelp', u'OpenLP.chm'),
|
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():
|
def run_innosetup():
|
||||||
print u'Running Inno Setup...'
|
print u'Running Inno Setup...'
|
||||||
|
Loading…
Reference in New Issue
Block a user