Don't generate the epub as part of a mobi run
This commit is contained in:
parent
3736ff43be
commit
634cdff481
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,6 +14,6 @@ epub:
|
||||||
rm -f out/black-book.epub
|
rm -f out/black-book.epub
|
||||||
pandoc -S --to epub3 -o out/black-book.epub --epub-cover-image images/cover.png --toc --epub-chapter-level=2 --data-dir=epub --template=epub/template.html $(FILES)
|
pandoc -S --to epub3 -o out/black-book.epub --epub-cover-image images/cover.png --toc --epub-chapter-level=2 --data-dir=epub --template=epub/template.html $(FILES)
|
||||||
|
|
||||||
mobi: epub
|
mobi:
|
||||||
rm -f out/black-book.mobi
|
rm -f out/black-book.mobi
|
||||||
kindlegen out/black-book.epub -c2
|
kindlegen out/black-book.epub -c2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue