Use redrawn high-res cover
This commit is contained in:
parent
ca94714a31
commit
86f050564c
3 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,4 +12,4 @@ html:
|
|||
epub:
|
||||
mkdir -p out
|
||||
rm -f out/black-book.epub
|
||||
pandoc -S --to epub3 -o out/black-book.epub --epub-cover-image images/cover.jpg --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)
|
||||
|
|
|
|||
BIN
images/cover.jpg
BIN
images/cover.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
BIN
images/cover.png
Normal file
BIN
images/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in a new issue