summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-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