summaryrefslogtreecommitdiffstats
path: root/Help/command/get_filename_component.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix typo in get_filename_component docsChristopher Meng2015-09-081-1/+1
| | | | trailing slahes -> trailing slashes
* get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-181-5/+32
| | | | | | In the get_filename_component command, add a new BASE_DIR parameter to use with the ABSOLUTE and REALPATH options. This will be used when finding an absolute path from a relative path.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-6/+6
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+37
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.