mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
# - This module looks for Microsoft HTML Help Compiler
|
||||
# It defines:
|
||||
# HTML_HELP_COMPILER : full path to the Compiler (hhc.exe)
|
||||
# HTML_HELP_INCLUDE_PATH : include path to the API (htmlhelp.h)
|
||||
# HTML_HELP_LIBRARY : full path to the library (htmlhelp.lib)
|
||||
#.rst:
|
||||
# FindHTMLHelp
|
||||
# ------------
|
||||
#
|
||||
# This module looks for Microsoft HTML Help Compiler
|
||||
#
|
||||
# It defines:
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# HTML_HELP_COMPILER : full path to the Compiler (hhc.exe)
|
||||
# HTML_HELP_INCLUDE_PATH : include path to the API (htmlhelp.h)
|
||||
# HTML_HELP_LIBRARY : full path to the library (htmlhelp.lib)
|
||||
|
||||
#=============================================================================
|
||||
# Copyright 2002-2009 Kitware, Inc.
|
||||
|
||||
Reference in New Issue
Block a user