HTML Help added to the build process.

This commit is contained in:
Raoul Snyman 2011-04-02 20:37:28 +02:00
parent 7cdf6d0f69
commit 107dc01c4b

View File

@ -294,6 +294,8 @@ def main():
copy_windows_files()
update_translations()
compile_translations()
run_sphinx()
run_htmlhelp()
run_innosetup()
print "Done."