Browse Source

Help/dev: Add a CMake Maintainer Guide document

Initialize it with placeholder content.  This document will serve to
contain instructions for CMake maintenance processes.
Brad King 8 years ago
parent
commit
4e52809edf
2 changed files with 18 additions and 0 deletions
  1. 9 0
      Help/dev/README.rst
  2. 9 0
      Help/dev/maint.rst

+ 9 - 0
Help/dev/README.rst

@@ -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 - 0
Help/dev/maint.rst

@@ -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: