[PATCH] Implemented epub generation target

SASAKI Suguru sss.sonik at gmail.com
Sat Jul 16 20:01:38 EDT 2011


Hi,


Based on the previous discussion,
I implemented Makefile rules for epub generation,
which is the patch attached with this email.

If you want to see this on GitHub,
go to 
<URL:https://github.com/sss/gnucash-docs/tree/patch-v1-to-support-for-epub-generation> 
(squashed into one commit version) or
<URL:https://github.com/sss/gnucash-docs/tree/support-for-epub-and-mobi>
(non-squashed).


Regards,

---

You can execute 'make epub' in root to get all epub files generated,
or in each subdirectory to get a specific epub file.

* README:

   - Current trunk is 2.4.x series, not 2.0.x.
   - Add notes on epub gneration.

* Makefile.am:

   Add epub-recursive target.

* epub.make: (NEW)

   Define epub generation related targets.

* guide/Makefile.am, help/Makefile.am:

   Add epub target, which recursively execute epub target in each 
subdirectroy.

* guide/C/Makefile.am, guide/de_DE/Makefile.am,
   guide/it_IT/Makefile.am, guide/ja_JP/Makefile.am,
   help/C/Makefile.am, help/de_DE/Makefile.am,
   help/it_IT/Makefile.am:

   Include $(top_srcdir)/epub.make for epub target.

* xsl/1.75.2/epub/docbook.xsl: (NEW)

   Imported from DocBook XSL v1.75.2.

Signed-off-by: SASAKI Suguru <sasaki at sonik.org>
---
  Makefile.am                 |   25 +
  README                      |   21 +-
  epub.make                   |   31 +
  guide/C/Makefile.am         |    1 +
  guide/Makefile.am           |   23 +
  guide/de_DE/Makefile.am     |    3 +-
  guide/it_IT/Makefile.am     |    1 +
  guide/ja_JP/Makefile.am     |    1 +
  help/C/Makefile.am          |    1 +
  help/Makefile.am            |   23 +
  help/de_DE/Makefile.am      |    1 +
  help/it_IT/Makefile.am      |    1 +
  xsl/1.75.2/epub/docbook.xsl | 1684 
+++++++++++++++++++++++++++++++++++++++++++
  13 files changed, 1809 insertions(+), 7 deletions(-)
  create mode 100644 epub.make
  create mode 100644 xsl/1.75.2/epub/docbook.xsl
---

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Implemented-epub-generation-target.patch
Type: text/x-patch
Size: 86023 bytes
Desc: not available
URL: <http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20110717/ea044c43/attachment-0001.bin>


More information about the gnucash-devel mailing list