It can't be specified by the stylesheets, but it is the default behavior of hhc.exe. I found a solution, finally, so here is a brief writeup. If you'd like more info, I'll try to make this more explicit when I have a bit more time.
In the stylesheets: Set htmlhelp.use.hhk to 1 For WINE: Follow http://code.google.com/p/htmlhelp/wiki/HHW4Wine Use cabextract to get itcc.dll and hhctrl.ocx, too. Copy them to the windows/system32 folder. Register all the dlls and the .ocx file. I think you have to register the .ocx file last. -Sam On Wed, Sep 8, 2010 at 9:04 AM, <[email protected]> wrote: > > Whether index sorting happens automatically in HTML Help depends on whether > the "Binary Index" setting is turned on in the Help project options. A binary > index is the default, so in the HHP file, under "[OPTIONS]" there should > either be a line that looks like this: > > > > Binary Index=Yes > > > > *or* there should be no line at all that starts with "Binary Index=". > > > > If it is set to "No", then your index terms will be displayed in whatever > order they appear in the HHK file. > > > > > > I don't know if this option can be specified in the DocBook stylesheets. > > > > > > > > From: Sam Fischmann [mailto:[email protected]] > > Sent: Monday, September 06, 2010 5:18 PM > To: [email protected] > Subject: CHM Index Problem > > > > Hello, > > > > Due to some specific requirements, I need to compile CHM files from the > htmlhelp stylesheets under WINE in Linux. While my project compiles without > errors under both windows and linux, the final .chm index compiled in linux > is unsorted and the index entries are not consolidated. Everything else > appears normal. I realize this has nothing to do with the stylesheets > directly, but I figure there's some slim chance somebody here has encountered > this problem so I thought I'd ask if anybody has any insight. I'm already > using native versions of itss.dll, itircl.dll, and hhctrl.ocx to no avail. > > > > Thanks, > > > > -Sam --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
