Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 8 Generating WinHelp > 8.2 Setting up a WinHelp project > 8.2.8 Setting basic WinHelp options in the configuration file
If you are setting up a WinHelp conversion by
editing the configuration file instead of using the Set
Up WinHelp Project dialog, you must provide your own WinHelp.hpj
file (see §8.2.5 Understanding initial set-up requirements),
and add or modify the configuration settings as follows:
1. For each heading format that starts a topic, specify properties:
; style = key list, where list members are separated
ParaFmt = Property1 Property2 Property3 ...
2. For
each topic-starting heading format that should appear in the .cnt
file, specify a Contents level. For example:
See §8.13.2.1 Understanding WinHelp contents level numbers.
3. Specify whether you want a combined .cnt
file:
; MakeCombinedCnt = Yes (default, when processing from open book)
4. Specify whether you want to run the help compiler automatically as the last conversion step (not recommended for large projects); if so, provide a name for the help project file:
; CompileHelp = No (default, run help compiler separately), or Yes
; HPJFileName = name of .hpj to use when compiling help
The default value of HPJFileName
is the name of your FrameMaker book.
To have Mif2Go copy the .hpj
file
to another directory after generating output files, specify the following:
; WrapPath = path to dir for compiling and distribution,
See §35.6 Assembling files for distribution.