1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="HTML Help processing"/>
|
---|
11 | <meta name="abstract" content="The htmlhelp transformation created HTML Help control files. If the build runs on a system that has the HTML Help compiler installed, the control files are compiled into a CHM file."/>
|
---|
12 | <meta name="description" content="The htmlhelp transformation created HTML Help control files. If the build runs on a system that has the HTML Help compiler installed, the control files are compiled into a CHM file."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/XhtmlWithNavigation.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="xhtmlchm"/>
|
---|
16 | <meta name="DC.Language" content="en-us"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
19 | <title>HTML Help processing</title>
|
---|
20 | </head>
|
---|
21 | <body id="xhtmlchm">
|
---|
22 |
|
---|
23 |
|
---|
24 | <h1 class="title topictitle1">HTML Help processing</h1>
|
---|
25 |
|
---|
26 |
|
---|
27 | <div class="body conbody"><p class="shortdesc">The <span class="keyword option">htmlhelp</span> transformation created HTML Help control files. If the
|
---|
28 | build runs on a system that has the HTML Help compiler installed, the control files are compiled
|
---|
29 | into a CHM file.</p>
|
---|
30 |
|
---|
31 | <div class="section"><p class="p">Once the pre-processing and XHTML processes are completed, most of the HTML Help processing is
|
---|
32 | handled by the following targets:</p>
|
---|
33 |
|
---|
34 | <dl class="dl">
|
---|
35 |
|
---|
36 | <dt class="dt dlterm"><samp class="ph codeph">dita.map.htmlhelp</samp></dt>
|
---|
37 |
|
---|
38 | <dd class="dd">Create the HHP, HHC, and HHK files. The HHK file is sorted based on the language of the
|
---|
39 | map.</dd>
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
43 | <dt class="dt dlterm"><samp class="ph codeph">dita.htmlhelp.convertlang</samp></dt>
|
---|
44 |
|
---|
45 | <dd class="dd">Ensures that the content can be processed correctly by the compiler, and that the appropriate
|
---|
46 | code pages and languages are used.</dd>
|
---|
47 |
|
---|
48 |
|
---|
49 |
|
---|
50 | <dt class="dt dlterm"><samp class="ph codeph">compile.HTML.Help</samp></dt>
|
---|
51 |
|
---|
52 | <dd class="dd">Attempts to detect the HTML Help compiler. If the compiler is found, the full project is
|
---|
53 | compiled into a single CHM file.</dd>
|
---|
54 |
|
---|
55 |
|
---|
56 | </dl>
|
---|
57 | </div>
|
---|
58 |
|
---|
59 | </div>
|
---|
60 |
|
---|
61 | <div class="related-links">
|
---|
62 | <div class="familylinks">
|
---|
63 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/XhtmlWithNavigation.html" title="The DITA-OT ships with several varieties of XHTML output, each of which follows roughly the same path through the processing pipeline. All XHTML-based transformation begin with the same call to the pre-processing module, after which they generate XHTML files and then branch to create the transformation-specific navigation files.">XHTML processing modules</a></div>
|
---|
64 | </div>
|
---|
65 | </div>
|
---|
66 |
|
---|
67 | </body>
|
---|
68 | </html>
|
---|