This document explains how to build the epub
version of Software Carpentry
lessons and others ebook formats (e.g. mobi
and azw
).
-
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.
-
Only need to build the
mobi
andazw
formats.
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