summaryrefslogtreecommitdiff
path: root/Makefile
blob: a167e28aa790477b9050c91390ecde058727b522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
chapters = \
	index.mdwn \
	introduction.mdwn \
	quickie-overview.mdwn \
	inboxes.mdwn \
	projects-next-actions.mdwn \
	files.mdwn

all: book.pdf

book.pdf: book.css $(chapters)
	./markdown-to-pdf $(chapters) > book.pdf

clean:
	rm -f book.pdf book.html