Skip to content

Commit

Permalink
Fix typo in cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 19, 2016
1 parent 69413a5 commit ef6ba4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,8 +12,8 @@ pdf: $(book).pdf
$(book).mobi: $(book).epub
kindlegen -verbose $(book).epub

$(book).epub: $(chapters) epub.css title.txt metadata.xml epub.css covers.png chapters.txt
pandoc -o $(book).epub title.txt $(chapters) --epub-metadata=metadata.xml --toc --toc-depth=2 --epub-stylesheet=epub.css --epub-cover-image=covers.png
$(book).epub: $(chapters) epub.css title.txt metadata.xml epub.css cover.png chapters.txt
pandoc -o $(book).epub title.txt $(chapters) --epub-metadata=metadata.xml --toc --toc-depth=2 --epub-stylesheet=epub.css --epub-cover-image=cover.png

$(book).pdf: $(book).epub
ebook-convert $(book).epub $(book).pdf
Expand Down

0 comments on commit ef6ba4e

Please sign in to comment.