From 7b9ff5843a6addd3139efe4bfe958fd332823fde Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 2 Jul 2012 16:30:05 +0200 Subject: Add html suffix to downloaded chapter files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0040276..df76e78 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CHAPTERS=$(shell ./list-chapters.sh) -CHAPTERS_XML=$(CHAPTERS:=.xml) +CHAPTERS_XML=$(CHAPTERS:.html=.xml) all: book-list elberfelder2006.zip -chapters/%.xml: chapters/% convert.sed convert.xsl +chapters/%.xml: chapters/%.html convert.sed convert.xsl ./convert.sed $< | xsltproc --encoding utf-8 --html convert.xsl - > $@ elberfelder2006.xml: $(CHAPTERS_XML) -- cgit