htmlhelp-processing.dita 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="xhtmlchm" xml:lang="en-US">
  5. <title>HTML Help processing</title>
  6. <shortdesc>The <option>htmlhelp</option> transformation creates HTML Help control files. If the build runs on a system
  7. that has the HTML Help compiler installed, the control files are compiled into a CHM file.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>HTML
  12. <indexterm>CHM</indexterm></indexterm>
  13. <indexterm>dita.map.htmlhelp</indexterm>
  14. <indexterm>targets
  15. <indexterm>HTML Help</indexterm></indexterm>
  16. <indexterm><filepath>.hhp</filepath></indexterm>
  17. <indexterm><filepath>.hhc</filepath></indexterm>
  18. <indexterm><filepath>.hhk</filepath></indexterm>
  19. <indexterm>HTML Help</indexterm>
  20. </keywords>
  21. </metadata>
  22. </prolog>
  23. <conbody>
  24. <section>
  25. <p>Once the pre-processing and XHTML processes are completed, most of the HTML Help processing is handled by the
  26. following targets:</p>
  27. <dl>
  28. <dlentry>
  29. <dt><codeph>dita.map.htmlhelp</codeph></dt>
  30. <dd>Create the HHP, HHC, and HHK files. The HHK file is sorted based on the language of the map.</dd>
  31. </dlentry>
  32. <dlentry>
  33. <dt><codeph>dita.htmlhelp.convertlang</codeph></dt>
  34. <dd>Ensures that the content can be processed correctly by the compiler, and that the appropriate code pages
  35. and languages are used.</dd>
  36. </dlentry>
  37. <dlentry>
  38. <dt><codeph>compile.HTML.Help</codeph></dt>
  39. <dd>Attempts to detect the HTML Help compiler. If the compiler is found, the full project is compiled into a
  40. single CHM file.</dd>
  41. </dlentry>
  42. </dl>
  43. </section>
  44. </conbody>
  45. </concept>