From: Petter Reinholdtsen Date: Mon, 30 Jul 2012 17:38:23 +0000 (+0200) Subject: Add rule to make text version. X-Git-Tag: edition-2015-10-10~1990 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/37e6c05b3a57b5cf2c169f3e5612bc89c7cdf100 Add rule to make text version. --- 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) $^ $<