Last change
on this file since 99012 was 98584, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Setting svn properties of DITA-OT library.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
6 | "concept.dtd">
|
---|
7 | <concept id="dita2htmlhelp" xml:lang="en-us">
|
---|
8 | <title>DITA to HTML Help (CHM)</title>
|
---|
9 | <shortdesc>The <option>htmlhelp</option> transformation generates HTML output, CSS files, and the
|
---|
10 | control files that are needed to produce a Microsoft HTML Help file.</shortdesc>
|
---|
11 | <conbody>
|
---|
12 | <p>In addition to the HTML output and CSS files, this transformation returns the following files,
|
---|
13 | where <varname>mapname</varname> is the name of the master DITA map.<simpletable frame="all"
|
---|
14 | relcolwidth="2.0* 3.0*">
|
---|
15 | <sthead>
|
---|
16 | <stentry>File name</stentry>
|
---|
17 | <stentry>Description</stentry>
|
---|
18 | </sthead>
|
---|
19 | <strow>
|
---|
20 | <stentry><filepath><varname>mapname</varname>.hhc</filepath></stentry>
|
---|
21 | <stentry>Table of contents</stentry>
|
---|
22 | </strow>
|
---|
23 | <strow>
|
---|
24 | <stentry><filepath><varname>mapname</varname>.hhk</filepath></stentry>
|
---|
25 | <stentry>Sorted index</stentry>
|
---|
26 | </strow>
|
---|
27 | <strow>
|
---|
28 | <stentry><filepath><varname>mapname</varname>.hhp</filepath></stentry>
|
---|
29 | <stentry>HTML Help project file</stentry>
|
---|
30 | </strow>
|
---|
31 | <strow>
|
---|
32 | <stentry><filepath><varname>mapname</varname>.chm</filepath></stentry>
|
---|
33 | <stentry>Compiled HTML Help<note>This file is generated only if the HTML Help Workshop is installed
|
---|
34 | on the build system.</note></stentry>
|
---|
35 | </strow>
|
---|
36 | </simpletable></p>
|
---|
37 | </conbody>
|
---|
38 | </concept>
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.