Build Ebooks

Requirement

  • pandoc
  • mdtogh
  • git
  • make(OS X users should install XCode command line tools(xcode-select --install)
  • latex (OS X users can use MacTex.)
  • calibre(For mobi)

Usage

Now scripts support three format generation:

  • epub
  • html
  • mobi(calibre is needed with its command line tools installed)

To make all three format, use make.

To make specific format, use make (format), e: make epub

TODO

  • pdf support