summaryrefslogtreecommitdiffstats
path: root/clang/docs/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/CMakeLists.txt')
-rw-r--r--clang/docs/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt
index 20a1396c487..47bb2e0c4b9 100644
--- a/clang/docs/CMakeLists.txt
+++ b/clang/docs/CMakeLists.txt
@@ -87,5 +87,8 @@ if (LLVM_ENABLE_SPHINX)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html clang)
endif()
+ if (${SPHINX_OUTPUT_MAN})
+ add_sphinx_target(man clang)
+ endif()
endif()
endif()
OpenPOWER on IntegriCloud