diff options
author | Brad King <brad.king@kitware.com> | 2018-11-14 19:23:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-11-14 19:38:13 (GMT) |
commit | a82282a08c2ddf2eb3a89d61fbf53af1af3c4de9 (patch) | |
tree | 85ff8a3fc4f88bb23a0804df11f5926533928127 /Help/dev/source.rst | |
parent | bfbc5241e928203f934fd4fd83fa8beb35b0fe96 (diff) | |
download | CMake-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/source.rst')
-rw-r--r-- | Help/dev/source.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/dev/source.rst b/Help/dev/source.rst index 4a1fdc8..6697d38 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -49,7 +49,7 @@ The CMake source tree is organized as follows. Shell and editor integration files. * ``Help/``: - Documentation. + Documentation. See the `CMake Documentation Guide`_. * ``Help/dev/``: Developer documentation. @@ -85,4 +85,5 @@ The CMake source tree is organized as follows. * ``Utilities/Release/``: Scripts used to package CMake itself for distribution on ``cmake.org``. +.. _`CMake Documentation Guide`: documentation.rst .. _`Tests/README.rst`: ../../Tests/README.rst |