llvm-6502/cmake/modules
Reid Kleckner 4c464def6a Added Sphinx documentation generation to CMake build system.
The option LLVM_ENABLE_SPHINX option enables the "docs-llvm-html",
"docs-llvm-man" targets but does not build them by default. The
following CMake options have been added that control what targets are
made available

SPHINX_OUTPUT_HTML
SPHINX_OUTPUT_MAN

If LLVM_BUILD_DOCS is enabled then the enabled docs-llvm-* targets will
be built by default and if ``make install`` is run then docs-llvm-html
and docs-llvm-man will be installed (tested on Linux only).

The add_sphinx_target function is in its own file so it can be included
by other projects that use Sphinx for their documentation.

Patch by Daniel Liew <daniel.liew@imperial.ac.uk>!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206655 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-18 21:45:25 +00:00
..
AddLLVM.cmake
AddLLVMDefinitions.cmake
AddSphinxTarget.cmake Added Sphinx documentation generation to CMake build system. 2014-04-18 21:45:25 +00:00
CheckAtomic.cmake
ChooseMSVCCRT.cmake
CMakeLists.txt
FindSphinx.cmake Added Sphinx documentation generation to CMake build system. 2014-04-18 21:45:25 +00:00
GetHostTriple.cmake
GetSVN.cmake
HandleLLVMOptions.cmake
HandleLLVMStdlib.cmake
LLVM-Config.cmake
LLVMConfig.cmake.in Add support for a patch version to the cmake system. 2014-04-16 23:15:28 +00:00
LLVMConfigVersion.cmake.in Teach LLVMConfigVersion.cmake to behave as find_package() expects. 2014-04-16 23:15:31 +00:00
LLVMParseArguments.cmake
LLVMProcessSources.cmake
Makefile Teach LLVMConfigVersion.cmake to behave as find_package() expects. 2014-04-16 23:15:31 +00:00
TableGen.cmake
VersionFromVCS.cmake