Skip to content

Commit

Permalink
Merge pull request #1 from jpmens/patch-1
Browse files Browse the repository at this point in the history
Dependencies to make epub
  • Loading branch information
davorg committed Mar 19, 2016
2 parents dfd0ff4 + 641423a commit bfbe8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ pdf: $(book).pdf
$(book).mobi: $(book).epub
kindlegen -verbose $(book).epub

$(book).epub: $(chapters) epub.css
$(book).epub: $(chapters) epub.css title.txt metadata.xml epub.css covers.png
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).pdf: $(book).epub
Expand Down

0 comments on commit bfbe8e7

Please sign in to comment.