When you set up a WinHelp project, you must provide your own WinHelp.hpj file, and add or modify the configuration settings as follows:
[HelpStyles] ; style = key list, where list members are separated ; by spaces only ParaFmt = Property1 Property2 Property3 ...
[HelpCntStyles] ParaFmt=Contents level
See §17.12.2.1 Understanding WinHelp contents level numbers.
[HelpOptions] ; MakeCombinedCnt = Yes (default, when processing from open book) MakeCombinedCnt=Yes
[Automation] ; CompileHelp = No (default, run help compiler separately), or Yes CompileHelp=Yes
[HelpOptions] ; HPJFileName = name of .hpj to use when compiling help HPJFileName=myproj.hpj
To have DITA2Go copy the .hpj file to another directory after generating output files, specify the following:
[Automation] WrapAndShip=Yes ; WrapPath = path to dir for compiling and distribution, ; default is output dir WrapPath=.\help