Update docs to exclude when sphinx-build is not available.
authorBrian Aker <brian@tangent.org>
Wed, 3 Oct 2012 09:09:25 +0000 (05:09 -0400)
committerBrian Aker <brian@tangent.org>
Wed, 3 Oct 2012 09:09:25 +0000 (05:09 -0400)
man/include.am

index 5b9ead4a8c5d237565d4cfdf25ddbccd23ad1ba7..46ef9338beeda28dfeec96f038ec97e376ef44f0 100644 (file)
@@ -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