Skip to content

Instantly share code, notes, and snippets.

@jmewes
Last active September 2, 2018 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmewes/a6eaf831dd706d22604889f2e8df0abb to your computer and use it in GitHub Desktop.
Save jmewes/a6eaf831dd706d22604889f2e8df0abb to your computer and use it in GitHub Desktop.
Compiling a MOBI file from ADOC
asciidoctor -d book -b docbook5 layout_1.adoc -o output.docbook
pandoc -f docbook -t epub output.docbook -o book.epub
kindlegen book.epub -o book.mobi
mv book.mobi /tmp/book.mobi
asciidoctor testingspring_1.adoc
kindlegen testingspring_1.html -o /tmp/testingspring_1.mobi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment