[PATCH 0/2] Support for epub and mobi generation

SASAKI Suguru sss.sonik at gmail.com
Sun Jul 17 02:50:12 EDT 2011


Hi,


Based on the previous discussion,
I implemented Makefile rules for epub and mobi generation.
(The epub part is the reroll.)


epub generation is done with current toolkit,
and has no additional dependency.

For mobi generation,
   - You need to run './configure --with-mobi' explicitly.
     mobi target is not included as default.
   - You need Calibre installed.
     The configure script wil check whether you have.

Note: mobi files depend on epub files,
   so when you generate mobi files, you'll get epub files as well.


If you want to see these works on GitHub,
go to 
<URL:https://github.com/sss/gnucash-docs/tree/patch-v1-support-for-epub-and-mobi-generation>
or <URL:https://github.com/sss/gnucash-docs/tree/support-for-epub-and-mobi>.


Regards,

-- 

SASAKI Suguru (2):
   Implemented epub generation target.
   Implemented mobi generation target.

  Makefile.am                 |   30 +
  README                      |   41 +-
  configure.in                |   17 +
  epub.make                   |   30 +
  guide/C/Makefile.am         |    4 +
  guide/Makefile.am           |   27 +
  guide/de_DE/Makefile.am     |    6 +-
  guide/it_IT/Makefile.am     |    4 +
  guide/ja_JP/Makefile.am     |    4 +
  help/C/Makefile.am          |    4 +
  help/Makefile.am            |   27 +
  help/de_DE/Makefile.am      |    4 +
  help/it_IT/Makefile.am      |    4 +
  mobi.make                   |   13 +
  xsl/1.75.2/epub/docbook.xsl | 1684 
+++++++++++++++++++++++++++++++++++++++++++
  15 files changed, 1890 insertions(+), 9 deletions(-)
  create mode 100644 epub.make
  create mode 100644 mobi.make
  create mode 100644 xsl/1.75.2/epub/docbook.xsl

-- 
1.7.5.4

-- 
SASAKI Suguru
   mailto:sss.sonik at gmail.com
   mailto:sasaki at sonik.org


More information about the gnucash-devel mailing list