From 2c881620be0b4f9122c6e226cb7bc33cfe5f9a64 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 3 Oct 2012 05:09:25 -0400 Subject: [PATCH] Update docs to exclude when sphinx-build is not available. --- man/include.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/include.am b/man/include.am index 5b9ead4a..46ef9338 100644 --- a/man/include.am +++ b/man/include.am @@ -2,6 +2,8 @@ # included from Top Level Makefile.am # All paths should be given relative to the root +if HAVE_RECENT_SPHINX + man_MANS+= man/hashkit_clone.3 man_MANS+= man/hashkit_crc32.3 man_MANS+= man/hashkit_create.3 @@ -119,3 +121,5 @@ man_MANS+= man/memflush.1 man_MANS+= man/memrm.1 man_MANS+= man/memslap.1 man_MANS+= man/memstat.1 + +endif -- 2.30.2