From 2a4bb211b6816b7e43b3f2c86d9236cf7919ae0e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 May 2012 11:56:33 +0100 Subject: Extract list of chapters from index.mdwn There's no point in duplicating the list in Makefile. --- Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca551f8..ee5da77 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,4 @@ -chapters = \ - introduction.mdwn \ - quickie-overview.mdwn \ - inboxes.mdwn \ - projects-next-actions.mdwn \ - doing.mdwn \ - calendars.mdwn \ - journalling.mdwn \ - files.mdwn \ - someday-maybe.mdwn \ - waiting-for.mdwn \ - daily-routine.mdwn \ - review.mdwn \ - automation.mdwn \ - getting-started.mdwn \ - ungood.mdwn \ - conclusion.mdwn \ - references.mdwn +chapters = $(shell ./list-chapters index.mdwn) all: book.pdf book.epub book.mobi -- cgit v1.2.1