summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-05-31 18:49:26 (GMT)
committerBrad King <brad.king@kitware.com>2024-06-05 16:58:47 (GMT)
commitaa3fffa4bb5772fa83cf82189ecdd6a8c88e61b4 (patch)
treefee2c37e4596047ff65da60680b469e761a3d8d3
parent2f1da5d0dbbbb2598887f9ca30a92b80041c45e5 (diff)
downloadCMake-aa3fffa4bb5772fa83cf82189ecdd6a8c88e61b4.zip
CMake-aa3fffa4bb5772fa83cf82189ecdd6a8c88e61b4.tar.gz
CMake-aa3fffa4bb5772fa83cf82189ecdd6a8c88e61b4.tar.bz2
README: Drop outdated link on running CMake
-rw-r--r--README.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index e793d27..1ae77ef 100644
--- a/README.rst
+++ b/README.rst
@@ -51,11 +51,8 @@ Building CMake with CMake
-------------------------
You can build CMake as any other project with a CMake-based build system:
-run the installed CMake on the sources of this CMake with your preferred
-options and generators. Then build it and install it.
-For instructions how to do this, see documentation on `Running CMake`_.
-
-.. _`Running CMake`: https://cmake.org/runningcmake
+run an already-installed CMake on this source tree with your preferred
+generator and options. Then build it and install it.
To build the documentation, install `Sphinx`_ and configure CMake with
``-DSPHINX_HTML=ON`` and/or ``-DSPHINX_MAN=ON`` to enable the "html" or