Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix typo in get_filename_component docs | Christopher Meng | 2015-09-08 | 1 | -1/+1 |
| | | | | trailing slahes -> trailing slashes | ||||
* | get_filename_component: Teach new BASE_DIR parameter. | James Johnston | 2015-08-18 | 1 | -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 documentation | Michael Scott | 2015-06-08 | 1 | -6/+6 |
| | | | | | Use inline reStructuredText markup and add cross-references in more places. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+37 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |