diff options
author | Brad King <brad.king@kitware.com> | 2013-10-23 12:20:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-23 12:20:01 (GMT) |
commit | a8cfc218435b5adb92f9456f69b57f02ec1dcc43 (patch) | |
tree | 254eaefceda06c652e7739f5fe0fcd88bbb6664f /Utilities/Sphinx/conf.py.in | |
parent | 8855bf53959331a290fe8947eb23afd719a52cf4 (diff) | |
parent | e0ce6f0a2219cf50513f9ac41ecef89b7c11cda9 (diff) | |
download | CMake-a8cfc218435b5adb92f9456f69b57f02ec1dcc43.zip CMake-a8cfc218435b5adb92f9456f69b57f02ec1dcc43.tar.gz CMake-a8cfc218435b5adb92f9456f69b57f02ec1dcc43.tar.bz2 |
Merge topic 'doc-cmake-developer'
e0ce6f0 cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen
c1c239b Help: Add documentation format to cmake-developer.7 manual
a06a90f Help: Organize cmake-developer.7 manual Modules section
28f08ba Help: Fix module documentation markup in cmake-developer.7 manual
baaab06 Help: Move Modules/readme.txt content into cmake-developer.7 manual
80a311e Help: Add cmake-developer.7 manual
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-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 |