diff options
author | Brad King <brad.king@kitware.com> | 2013-09-12 15:41:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-15 18:12:49 (GMT) |
commit | 441f2808eca5c1deed7e480ce3043c57c901b33c (patch) | |
tree | ff6f8e35a32be270def253dbcd41c3ef322f768a /Help/manual | |
parent | 6ceb6511554c41c14eafe882e5b94c0438e69bbc (diff) | |
download | CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.zip CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.gz CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.bz2 |
Help: Fix reStructuredText syntax in auto-generated documents
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ccmake.1.rst | 1 | ||||
-rw-r--r-- | Help/manual/cmake-gui.1.rst | 1 | ||||
-rw-r--r-- | Help/manual/cmake.1.rst | 1 | ||||
-rw-r--r-- | Help/manual/cpack.1.rst | 1 | ||||
-rw-r--r-- | Help/manual/ctest.1.rst | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/ccmake.1.rst b/Help/manual/ccmake.1.rst index cde51a6..b5146e7 100644 --- a/Help/manual/ccmake.1.rst +++ b/Help/manual/ccmake.1.rst @@ -108,6 +108,7 @@ native tool on their platform. * ``--version,-version,/V [file]``: Show program name/version banner and exit. If a file is specified, the version is written into it. + :: CMake Properties - Properties supported by CMake, the Cross-Platform Makefile Generator. diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst index 6edfe27..b4f295f 100644 --- a/Help/manual/cmake-gui.1.rst +++ b/Help/manual/cmake-gui.1.rst @@ -50,6 +50,7 @@ native tool on their platform. * ``--version,-version,/V [file]``: Show program name/version banner and exit. If a file is specified, the version is written into it. + The following generators are available on this platform: :: diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 1147ab8..ace9307 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -350,6 +350,7 @@ native tool on their platform. * ``--version,-version,/V [file]``: Show program name/version banner and exit. If a file is specified, the version is written into it. + The following generators are available on this platform: :: diff --git a/Help/manual/cpack.1.rst b/Help/manual/cpack.1.rst index d9f46f4..401283c 100644 --- a/Help/manual/cpack.1.rst +++ b/Help/manual/cpack.1.rst @@ -146,6 +146,7 @@ native tool on their platform. * ``--version,-version,/V [file]``: Show program name/version banner and exit. If a file is specified, the version is written into it. + :: CMake Compatibility Listfile Commands - Obsolete commands supported by CMake for compatibility. diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 82a8396..1ce59ae 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -343,6 +343,7 @@ program will run the tests and report results. * ``--version,-version,/V [file]``: Show program name/version banner and exit. If a file is specified, the version is written into it. + The following generators are available on this platform: :: |