summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 139b4b6..4bc7d21 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ book.pdf: $(chapters)
markdown2pdf --toc -o book.pdf $(chapters)
book.epub: $(chapters)
- pandoc -t epub -o book.epub $(chapters)
+ pandoc -t epub --epub-metadata=book.xml -o book.epub $(chapters)
book.mobi: book.epub
ebook-convert book.epub book.mobi