Skip to content

Commit

Permalink
build: update epub
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 13, 2019
1 parent fa8403c commit 9d3d122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ html: markdown
epub: markdown
pandoc -s $(filename).md -t epub -o $(filename).epub \
--epub-metadata $(include_dir)/metadata.xml \
--epub-cover-image img/cover.jpg \
--metadata title="$(title)" \
--metadata pagetitle="$(title)" \
--title-prefix $(title) \
--toc

Expand Down

0 comments on commit 9d3d122

Please sign in to comment.