summaryrefslogtreecommitdiff
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-07 11:10:21 -0400
committerBrad King <brad.king@kitware.com>2013-10-16 09:22:38 -0400
commite7ca48f226782e7354a7ea9d6f9cef58e8773306 (patch)
tree537ac62cfb935bddafd3e0084c67d3ca7cc5196d /Utilities/Sphinx/conf.py.in
parent97e8650d7bd213e5fde721a0f7d71b63ac238370 (diff)
downloadcmake-e7ca48f226782e7354a7ea9d6f9cef58e8773306.tar.gz
Help: Factor out cmake-generator-expressions manual page
Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index e18ae74849..6c9cd77676 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -39,6 +39,7 @@ man_pages = [
('manual/cmake-policies.7', 'cmake-policies', 'CMake Policies Reference', [], 7),
('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),
]
man_show_urls = False