Don't fail to build documentation if kindlegen doesn't exist
authorRuss Allbery <rra@stanford.edu>
Sun, 24 Jul 2011 23:20:05 +0000 (16:20 -0700)
committerDerrick Brashear <shadow@dementix.org>
Tue, 23 Aug 2011 16:36:41 +0000 (09:36 -0700)
commit0754537c11f034966c79ebd2330e1155c736badf
treeea3a2548341d50ed535593bdb58f69d6816c5856
parentadd66023a05bf9a380eef34bd4fcc80d343fffad
Don't fail to build documentation if kindlegen doesn't exist

Check for kindlegen in configure and do nothing in the MOBI build
rule if the binary didn't exist.

This is still a bit of a hack since the rule will run with every
invocation of make.  The target needs to be made conditional.  But
at least this way make all in the documentation directory doesn't
fail.

Change-Id: I57f158929b3907678b9848a60edb9765136f7dbb
Reviewed-on: http://gerrit.openafs.org/5090
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
acinclude.m4
doc/xml/AdminGuide/Makefile.in
doc/xml/QuickStartUnix/Makefile.in
doc/xml/UserGuide/Makefile.in