From e7516fe44520698307f07b7bdad118138aa8e281 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Mar 2012 13:44:48 +0100 Subject: Do not include index.mdwn in ebook formats The index page, or wiki front page, no longer has anything useful. Instead, it just has a manual table of contents, and the ebooks do that automatically. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a2dc35..139b4b6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ chapters = \ - index.mdwn \ introduction.mdwn \ quickie-overview.mdwn \ inboxes.mdwn \ @@ -19,7 +18,7 @@ chapters = \ all: book.pdf book.epub book.mobi -book.pdf: book.css $(chapters) +book.pdf: $(chapters) markdown2pdf --toc -o book.pdf $(chapters) book.epub: $(chapters) -- cgit v1.2.1