summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-modules.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Split the find_dependency macro into a separate file.Stephen Kelly2013-12-131-0/+1
| | | | | This allows Config file authors to use it without having to use CONFIGURE_PACKAGE_CONFIG_FILE.
* Merge topic 'find_backtrace'Brad King2013-11-211-0/+1
|\ | | | | | | | | c6f339c Add FindBacktrace.cmake module.
| * Add FindBacktrace.cmake module.Vadim Zhukov2013-10-161-0/+1
| | | | | | | | | | | | | | | | It designed to search for implementation of backtrace(3) routine. Currently it is used in OpenBSD Ports for building Clementine music player. A lot of input from brad.king@ and neundorf@.
* | Help: Limit reference manual toctree depth to 1Brad King2013-11-011-0/+2
| | | | | | | | | | | | Add a :maxdepth: option to all toctree directives to limit their depth to 1. We do not want subheadings from individual documents to pollute the already large lists of CMake Domain objects.
* | Help: Glob manual/*.rst in Sphinx configurationBrad King2013-10-301-0/+2
|/ | | | | | | Add the man page description line as explicit markup at the top of each Help/manual/*.rst file and scan it from conf.py to automatically generate the man_pages Sphinx configuration value. This reduces the number of places that need to be changed when a new manual is added.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+230
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.