From 177024a8b6a47fccbcfe838e3eaaf8c71b86c0d0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Mar 2012 15:05:47 +0100 Subject: Add metadata to ebooks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1