I'm working on writing a build script for the installer for this: http://github.com/imaginationac/belvedere.
The installation package includes help in the .chm format. I can manually compile with Microsoft HTML Help Workshop, but from reading over the documentation, there doesn't seem to be any way to, say compile from the command line. I did a quick Google search (and a search here) and haven't found an exact solution (or one that would NOT cost money).
If I have to prompt builder to do it manually, it's not that big of a deal, but it does put a kink in the whole automated build script idea.
The gist of the question is: is there a tool like Microsoft HTML Help Workshop that could integrate as part of an automated build process?