OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1338-g9929d1c
Gerrit Code Review
gerrit@openafs.org
Fri, 1 Jul 2011 06:47:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9929d1c6fcd63a2a1d250cc36f4858b0fbba02af
Author: chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Date: Wed Jun 8 10:44:21 2011 -0400
doc: epub and mobi support
.epub is generated using dbtoepub which is still considered alpha
software apparently and installed in a non-standard place. for now,
use the docbook stylesheet location to find it. .mobi is generated
using kindlegen from the .epub in order to have a real toc.
there is some preprocessing with a custom stylesheet to make
things "look right". see mobi-fixup.xsl.in
Change-Id: Ice92e701e2f921e70c0f98683b5e9ab44a347e3b
Reviewed-on: http://gerrit.openafs.org/4887
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
configure.ac | 6 +++++
doc/xml/AdminGuide/Makefile.in | 11 +++++++++-
doc/xml/AdminGuide/auagd000.png | Bin 0 -> 55667 bytes
doc/xml/AdminGuide/auagd000.xml | 6 +++++
doc/xml/QuickStartUnix/Makefile.in | 11 +++++++++-
doc/xml/QuickStartUnix/auqbg000.png | Bin 0 -> 59315 bytes
doc/xml/QuickStartUnix/auqbg000.xml | 6 +++++
doc/xml/UserGuide/Makefile.in | 10 ++++++++-
doc/xml/UserGuide/auusg000.png | Bin 0 -> 50436 bytes
doc/xml/UserGuide/auusg000.xml | 6 +++++
doc/xml/mobi-fixup.xsl.in | 36 +++++++++++++++++++++++++++++++++++
11 files changed, 89 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository