From 067012413fbf46dfffe72ccb2ee7f7acb5bccbb4 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sat, 3 Oct 2015 11:37:00 +0100 Subject: [PATCH] Added a picture --- BUILD.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.md b/BUILD.md index 7179190..2401e2b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -90,3 +90,8 @@ This section summarises the software needed to convert the input files into vari * An EPUB is created from the Markdown using Pandoc * A MOBI is created from the EPUB using Kindlegen * A PDF is created from the EPUB using Calibre + +Putting it all together, it looks like this (ebook_convert is the command +line program that we use from the Calibre package): + +![Conversion Process](https://raw.githubusercontent.com/davorg/perlwebbook/master/converters.png)