-p data/pdf.xsl \
--param=lingua=nb
-# HTML rule
-XP = xsltproc \
- --nonet \
- --novalid \
- --xinclude data/html.xsl
-
DBTOEPUB = dbtoepub
all: lint lint.nb epub pdf
$(DBLATEX) $^ --param=lingua=nb
%.html: %.xml
- $(XP) $^ && mv index.html $@
+ xmlto html-nochunks $^
%.epub: %.xml
$(DBTOEPUB) $^