1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
3 | "concept.dtd">
|
---|
4 | <concept id="xhtmlchm" xml:lang="en-us">
|
---|
5 | <title>HTML Help processing</title>
|
---|
6 | <shortdesc>The <option>htmlhelp</option> transformation created HTML Help control files. If the
|
---|
7 | build runs on a system that has the HTML Help compiler installed, the control files are compiled
|
---|
8 | into a CHM file.</shortdesc>
|
---|
9 | <conbody>
|
---|
10 | <section><p>Once the pre-processing and XHTML processes are completed, most of the HTML Help processing is
|
---|
11 | handled by the following targets:</p>
|
---|
12 | <dl>
|
---|
13 | <dlentry>
|
---|
14 | <dt><codeph>dita.map.htmlhelp</codeph></dt>
|
---|
15 | <dd>Create the HHP, HHC, and HHK files. The HHK file is sorted based on the language of the
|
---|
16 | map.</dd>
|
---|
17 | </dlentry>
|
---|
18 | <dlentry>
|
---|
19 | <dt><codeph>dita.htmlhelp.convertlang</codeph></dt>
|
---|
20 | <dd>Ensures that the content can be processed correctly by the compiler, and that the appropriate
|
---|
21 | code pages and languages are used.</dd>
|
---|
22 | </dlentry>
|
---|
23 | <dlentry>
|
---|
24 | <dt><codeph>compile.HTML.Help</codeph></dt>
|
---|
25 | <dd>Attempts to detect the HTML Help compiler. If the compiler is found, the full project is
|
---|
26 | compiled into a single CHM file.</dd>
|
---|
27 | </dlentry>
|
---|
28 | </dl></section>
|
---|
29 | </conbody>
|
---|
30 | </concept>
|
---|