summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2016-05-11 15:29:15 +0200
committerKefu Chai <kchai@redhat.com>2016-05-12 07:01:52 +0200
commitef6b52373c299b6d83872646131269e4370f8c95 (patch)
treed40c1b856b493cb00b8d62afe909e0ef211372fb /doc/CMakeLists.txt
parentMerge pull request #9024 from trociny/fixup-rbd-mirror-asok (diff)
downloadceph-ef6b52373c299b6d83872646131269e4370f8c95.tar.xz
ceph-ef6b52373c299b6d83872646131269e4370f8c95.zip
cmake: build man pages
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 00000000000..e0c30d17560
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,3 @@
+if(WITH_MANPAGE)
+ add_subdirectory(man)
+endif(WITH_MANPAGE)