diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
commit | d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch) | |
tree | 4411afc189c59d4564de0d061578334364d17741 /Modules/FindHTMLHelp.cmake | |
parent | 4b0fd57bef650dd027460f9ed50fb2687f214645 (diff) | |
download | CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2 |
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindHTMLHelp.cmake')
-rw-r--r-- | Modules/FindHTMLHelp.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindHTMLHelp.cmake b/Modules/FindHTMLHelp.cmake index 9bb6ff5..30d4467 100644 --- a/Modules/FindHTMLHelp.cmake +++ b/Modules/FindHTMLHelp.cmake @@ -1,8 +1,8 @@ # - This module looks for Microsoft HTML Help Compiler # It defines: -# HTML_HELP_COMPILER - path to the HTML Help Compiler (hhc.exe) -# HTML_HELP_INCLUDE_PATH - include path for HTML Help API (htmlhelp.h) -# HTML_HELP_LIBRARY - path to the HTML Help library (htmlhelp.lib) +# HTML_HELP_COMPILER - path to the Compiler hhc.exe +# HTML_HELP_INCLUDE_PATH - include path for htmlhelp.h +# HTML_HELP_LIBRARY - path to the library htmlhelp.lib # IF (WIN32) |