summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-01-08 16:42:16 +0000
committerLars Wirzenius <liw@liw.fi>2013-01-08 16:42:16 +0000
commit1484097f7115caa797f3e97b9f109b8262e00bc9 (patch)
tree013e74f0bbbae57201998a711a8ccd9bfcd995b4
parent88556b39882a9aca80f1ae69ed9f1bb0ef81bc22 (diff)
downloadgtdfh.liw.fi-1484097f7115caa797f3e97b9f109b8262e00bc9.tar.gz
Use pandoc instead of markdown2pdf
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \