summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-31 15:05:47 +0100
committerLars Wirzenius <liw@liw.fi>2012-03-31 15:05:47 +0100
commit177024a8b6a47fccbcfe838e3eaaf8c71b86c0d0 (patch)
tree5db2c2a870331e6f21c366f23fa8e5bb527a48ee /Makefile
parent101e83099877fd82d16915679307271ca1691dc6 (diff)
downloadgtdfh.liw.fi-177024a8b6a47fccbcfe838e3eaaf8c71b86c0d0.tar.gz
Add metadata to ebooks
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