summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2015-05-04 19:57:17 +0200
committerKefu Chai <kchai@redhat.com>2015-05-04 20:00:02 +0200
commit156e55b7f95bb7f1d73e1131d94aca75fb339315 (patch)
treeeab2b7b1047b6760caf916e5d4bc3606f35587f4 /man
parentconfigure.ac: do not check for sphinx-build (diff)
downloadceph-156e55b7f95bb7f1d73e1131d94aca75fb339315.tar.xz
ceph-156e55b7f95bb7f1d73e1131d94aca75fb339315.zip
man: do not dist man pages if sphinx is not available
Signed-off-by: Kefu Chai <kchai@redhat.com>
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