summaryrefslogtreecommitdiffstats
path: root/Help/dev/README.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-14 19:23:14 (GMT)
committerBrad King <brad.king@kitware.com>2018-11-14 19:38:13 (GMT)
commita82282a08c2ddf2eb3a89d61fbf53af1af3c4de9 (patch)
tree85ff8a3fc4f88bb23a0804df11f5926533928127 /Help/dev/README.rst
parentbfbc5241e928203f934fd4fd83fa8beb35b0fe96 (diff)
downloadCMake-a82282a08c2ddf2eb3a89d61fbf53af1af3c4de9.zip
CMake-a82282a08c2ddf2eb3a89d61fbf53af1af3c4de9.tar.gz
CMake-a82282a08c2ddf2eb3a89d61fbf53af1af3c4de9.tar.bz2
Help/dev: Factor out a CMake Documentation Guide for developing the docs
Remove this content from the `cmake-developer(7)` manual because it is relevant only to developers working on CMake itself. Move it to a guide in the developer documentation.
Diffstat (limited to 'Help/dev/README.rst')
-rw-r--r--Help/dev/README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/dev/README.rst b/Help/dev/README.rst
index ce62abc..84da4f1 100644
--- a/Help/dev/README.rst
+++ b/Help/dev/README.rst
@@ -36,8 +36,10 @@ Developer Documentation
CMake developer documentation is provided by the following documents:
* The `CMake Source Code Guide`_.
+* The `CMake Documentation Guide`_.
.. _`CMake Source Code Guide`: source.rst
+.. _`CMake Documentation Guide`: documentation.rst
Maintainer Documentation
========================