OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1550-g0754537

Gerrit Code Review gerrit@openafs.org
Tue, 23 Aug 2011 09:37:26 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0754537c11f034966c79ebd2330e1155c736badf
Author: Russ Allbery <rra@stanford.edu>
Date:   Sun Jul 24 16:20:05 2011 -0700

    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                       |    4 ++++
 doc/xml/AdminGuide/Makefile.in     |    4 +++-
 doc/xml/QuickStartUnix/Makefile.in |    4 +++-
 doc/xml/UserGuide/Makefile.in      |    4 +++-
 4 files changed, 13 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository