From e0ab0ee0d309c172d425e6d91706614c2d3bb1b7 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 2 Jul 2012 16:35:38 +0200 Subject: Remove list-chapters.sh Use a wildcard instead for now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df76e78..b7e5d6b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CHAPTERS=$(shell ./list-chapters.sh) +CHAPTERS=$(wildcard chapters/*/*.html) CHAPTERS_XML=$(CHAPTERS:.html=.xml) all: book-list elberfelder2006.zip -- cgit