Skip to content

A book build system that produces PDF, EPUB and MOBI from asciidoc to Amazon specifications

License

Notifications You must be signed in to change notification settings

jimmysong/bookbuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookbuilder

A book build system that produces PDF, EPUB and MOBI from asciidoc to Amazon specifications.

Requirements

You will need asciidoc and fop packages in order to build your files.

Ubuntu:

$ sudo apt install -y asciidoc fop

(other Linux distros, please use your package manager to install these two packages)

MacOS:

$ brew install asciidoc fop

Windows:

Enable WSL and follow the instructions for Ubuntu above.

Note this may take a while.

Building

Try:

$ make LANG=en pdf

$ make LANG=es epub

The build system (/conf, Makefile) is forked and heavily modified from https://github.com/akosma/eBook-Template, which is public domain. The derivative work that adapts it for Amazon Createspace publishing is licensed under an MIT license.

About

A book build system that produces PDF, EPUB and MOBI from asciidoc to Amazon specifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.2%
  • XSLT 20.5%
  • Makefile 13.3%