From 1484097f7115caa797f3e97b9f109b8262e00bc9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Jan 2013 16:42:16 +0000 Subject: Use pandoc instead of markdown2pdf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee5da77..5c1b54d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ chapters = $(shell ./list-chapters index.mdwn) all: book.pdf book.epub book.mobi book.pdf: $(chapters) - markdown2pdf --toc -o book.pdf $(chapters) + pandoc --toc -o book.pdf $(chapters) book.epub: $(chapters) cover.png pandoc -t epub --epub-metadata=book.xml --epub-cover=cover.png \ -- cgit v1.2.1