summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-31 13:44:48 +0100
committerLars Wirzenius <liw@liw.fi>2012-03-31 13:44:48 +0100
commite7516fe44520698307f07b7bdad118138aa8e281 (patch)
tree9d8324f840cd17f565d2ea678d4f44e6d66563cd /Makefile
parent6038211d27c676fc760ab58a19ae0d74c5a4045d (diff)
downloadgtdfh.liw.fi-e7516fe44520698307f07b7bdad118138aa8e281.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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)