Help/dev: Add a CMake Maintainer Guide document

Initialize it with placeholder content.  This document will serve to
contain instructions for CMake maintenance processes.
This commit is contained in:
Brad King
2017-06-02 11:13:59 -04:00
parent c913ab61ae
commit 4e52809edf
2 changed files with 18 additions and 0 deletions

View File

@@ -38,3 +38,12 @@ CMake developer documentation is provided by the following documents:
* The `CMake Source Code Guide`_.
.. _`CMake Source Code Guide`: source.rst
Maintainer Documentation
========================
CMake maintainer documentation is provided by the following documents:
* The `CMake Maintainer Guide`_.
.. _`CMake Maintainer Guide`: maint.rst

9
Help/dev/maint.rst Normal file
View File

@@ -0,0 +1,9 @@
CMake Maintainer Guide
**********************
The following is a guide to CMake maintenance processes.
See documentation on `CMake Development`_ for more information.
.. _`CMake Development`: README.rst
.. contents:: Maintainer Processes: