Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Now when you run rake pdf it does not build all the books, but throws
some strange error (actually it builds jekyll and then fails with wrong filename). I realize that you expect to run rake pdf[all], but I
think it is implied that rake pdf should be called when you want to build for all books.
It is a simple check if the book argument is null, then also consider it in all target.
Now when you run
rake pdf
it does not build all the books, but throws some strange error (actually it builds jekyll and then fails with wrong filename). I realize that you expect to runrake pdf[all]
, but I think it is implied thatrake pdf
should be called when you want to build for all books.It is a simple check if the book argument is null, then also consider it in all target.