From 37e6c05b3a57b5cf2c169f3e5612bc89c7cdf100 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 30 Jul 2012 19:38:23 +0200 Subject: [PATCH 1/1] Add rule to make text version. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0888ffc..6a0cc36 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ html: freeculture.html freeculture.nb.html %.html: %.xml $(IMAGES) xmlto html-nochunks $< +%.txt: %.xml $(IMAGES) + xmlto txt $< + %.epub: %.xml, $(IMAGES) $(DBTOEPUB) $^ $< -- 2.50.1