This document explains how to build the epub
version of Software Carpentry
lessons and others ebook formats (e.g. mobi
and azw
).
-
This requeres pandoc >= 1.13.1 due a issue to handle
div
s. -
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