diff options
author | Kefu Chai <kchai@redhat.com> | 2016-05-11 15:29:15 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-05-12 07:01:52 +0200 |
commit | ef6b52373c299b6d83872646131269e4370f8c95 (patch) | |
tree | d40c1b856b493cb00b8d62afe909e0ef211372fb /doc/CMakeLists.txt | |
parent | Merge pull request #9024 from trociny/fixup-rbd-mirror-asok (diff) | |
download | ceph-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.txt | 3 |
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) |