summaryrefslogtreecommitdiffstats
path: root/Help/command/configure_file.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'doc_configure_file'Brad King2017-07-111-0/+2
|\ | | | | | | | | | | | | c7d81e16 Help: Explicitly state that some file generations are lazy Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1025
| * Help: Explicitly state that some file generations are lazySylvain Joubert2017-07-071-0/+2
| | | | | | | | Fixes: #16856
* | configure_file: Add support for indented cmakedefineSylvain Joubert2017-07-041-0/+12
|/ | | | | | | | Optional spaces and/or tabs are now understood between the '#' character and the 'cmakedefine'/'cmakedefine01' words. This indentation is preserved in the output lines. Fixes: #13037
* Help: Revise configure_file documentation (#15403)Brad King2015-02-121-30/+95
| | | | | | Format the documentation with better reST markup. Revise the wording to clarify how relative paths are handled. Also add an example section.
* Help: Fix reStructuredText syntax in auto-generated documentsBrad King2013-10-151-1/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+46
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.