| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <concept id="dita2htmlhelp" xml:lang="en-US">
- <title>HTML Help</title>
- <shortdesc>The <option>htmlhelp</option> transformation generates HTML output, CSS files, and the control files that
- are needed to produce a Microsoft Compiled HTML Help (.chm) file.</shortdesc>
- <conbody>
- <p>In addition to the HTML output and CSS files, this transformation returns the following files, where
- <varname>mapname</varname> is the name of the master DITA map. <simpletable frame="all" relcolwidth="2.0* 3.0*">
- <sthead>
- <stentry>File name</stentry>
- <stentry>Description</stentry>
- </sthead>
- <strow>
- <stentry><filepath><varname>mapname</varname>.hhc</filepath></stentry>
- <stentry>Table of contents</stentry>
- </strow>
- <strow>
- <stentry><filepath><varname>mapname</varname>.hhk</filepath></stentry>
- <stentry>Sorted index</stentry>
- </strow>
- <strow>
- <stentry><filepath><varname>mapname</varname>.hhp</filepath></stentry>
- <stentry>HTML Help project file</stentry>
- </strow>
- <strow>
- <stentry><filepath><varname>mapname</varname>.chm</filepath></stentry>
- <stentry>
- <p>Compiled HTML Help file</p>
- <note>The compiled file is only generated if the HTML Help Workshop is installed on the build system.</note>
- </stentry>
- </strow>
- </simpletable>
- </p>
- <p>To run the HTML Help transformation, set the <parmname>transtype</parmname> parameter to
- <option>htmlhelp</option>, or pass the <parmname>--format</parmname>=<option>htmlhelp</option> option to the
- <cmdname>dita</cmdname> command line.</p>
- </conbody>
- </concept>
|