Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 755 Bytes

README-EPUB.md

File metadata and controls

32 lines (22 loc) · 755 Bytes

EPUB Version of Software Carpentry Lessons

This document explains how to build the epub version of Software Carpentry lessons and others ebook formats (e.g. mobi and azw).

Dependencies

  • lxml

  • Jekyll

  • Pandoc

    We recommend use pandoc >= 1.13 due a issue with tables. The build process won't fail if you use an older version but will hard to read tables.

  • Calibre

    Only need to build the mobi and azw formats.

Build Steps

To build epub:

$ make epub

After build epub you can build mobi and/or azw:

$ make -f epub.mk mobi
$ make -f epub.mk azw