--backend=xetex \
--xsl-user=data/user_param.xsl \
--xsl-user=data/xetex_param.xsl \
- -p data/pdf.xsl \
- --param=lingua=nb
+ -p data/pdf.xsl
DBTOEPUB = dbtoepub
%.html: %.xml $(IMAGES)
xmlto html-nochunks $<
+%.txt: %.xml $(IMAGES)
+ xmlto txt $<
+
%.epub: %.xml, $(IMAGES)
$(DBTOEPUB) $^ $<