diff options
author | Brad King <brad.king@kitware.com> | 2013-10-22 13:38:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 13:50:15 (GMT) |
commit | 80a311ed6a8363563c33ea515602b8fa4eedd651 (patch) | |
tree | 39dcb3a989549c0cc75f776c6465c2c06a1dc1ee | |
parent | 2d0287dd5e12f57085d01badc9c0696924b61d94 (diff) | |
download | CMake-80a311ed6a8363563c33ea515602b8fa4eedd651.zip CMake-80a311ed6a8363563c33ea515602b8fa4eedd651.tar.gz CMake-80a311ed6a8363563c33ea515602b8fa4eedd651.tar.bz2 |
Help: Add cmake-developer.7 manual
Add the manual with just an introduction section. Leave section headers
for Help and Modules to be filled in later.
-rw-r--r-- | Help/index.rst | 1 | ||||
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 18 | ||||
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/Help/index.rst b/Help/index.rst index 7db0be6..850660e 100644 --- a/Help/index.rst +++ b/Help/index.rst @@ -20,6 +20,7 @@ CMake Reference Documentation /manual/cmake-properties.7 /manual/cmake-variables.7 /manual/cmake-generator-expressions.7 + /manual/cmake-developer.7 .. only:: html diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst new file mode 100644 index 0000000..37e4e3f --- /dev/null +++ b/Help/manual/cmake-developer.7.rst @@ -0,0 +1,18 @@ +cmake-developer(7) +****************** + +.. only:: html or latex + + .. contents:: + +Introduction +============ + +This manual is intended for reference by developers modifying the CMake +source tree itself. + +Help +==== + +Modules +======= diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index 6c9cd77..5dbdede 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -40,6 +40,7 @@ man_pages = [ ('manual/cmake-properties.7', 'cmake-properties', 'CMake Properties Reference', [], 7), ('manual/cmake-variables.7', 'cmake-variables', 'CMake Variables Reference', [], 7), ('manual/cmake-generator-expressions.7', 'cmake-generator-expressions', 'CMake Generator Expressions', [], 7), + ('manual/cmake-developer.7', 'cmake-developer', 'CMake Developer Reference', [], 7), ] man_show_urls = False |