summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2015-05-05 18:53:51 +0200
committerSage Weil <sage@redhat.com>2015-05-05 18:53:51 +0200
commit7f209b4bc8a55bfe9741121c3ade3f256bbe74f8 (patch)
tree43c745fdd8877af5140536655bebf87964915167 /man
parentMerge pull request #4530 from ceph/wip-librbd-clean-object (diff)
parent9.0.0 (diff)
downloadceph-7f209b4bc8a55bfe9741121c3ade3f256bbe74f8.tar.xz
ceph-7f209b4bc8a55bfe9741121c3ade3f256bbe74f8.zip
Merge remote-tracking branch 'gh/next'
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index ed59328ef39..2298866efe6 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -4,6 +4,7 @@ EXTRA_DIST = conf.py
dist_man_MANS =
+if HAS_SPHINX_BUILD
if ENABLE_CLIENT
include Makefile-client.am
endif
@@ -27,3 +28,4 @@ clean-local:
@rm -rf doctrees
MAINTAINERCLEANFILES = $(dist_man_MANS)
+endif