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 /Utilities | |
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.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |