summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-07 15:10:21 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-16 13:22:38 (GMT)
commite7ca48f226782e7354a7ea9d6f9cef58e8773306 (patch)
tree537ac62cfb935bddafd3e0084c67d3ca7cc5196d /Utilities/Sphinx
parent97e8650d7bd213e5fde721a0f7d71b63ac238370 (diff)
downloadCMake-e7ca48f226782e7354a7ea9d6f9cef58e8773306.zip
CMake-e7ca48f226782e7354a7ea9d6f9cef58e8773306.tar.gz
CMake-e7ca48f226782e7354a7ea9d6f9cef58e8773306.tar.bz2
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')
-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 e18ae74..6c9cd77 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