summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)