%.epub: %.xml
dbtoepub $^
+DBLATEX_OPTS = -T simple -t tex -b xetex -p extra/pdf.xsl
# Replace Unicode Hair Space (U+200A) with space, as   is not
# handled by LaTeX/dblatex, see <URL: https://bugs.debian.org/889603 >.
%.tex: %.xml
- dblatex -T simple -t tex -b xetex -p extra/pdf.xsl $^
+ dblatex $(DBLATEX_OPTS) $^
perl -p -i -e 's/\\caption\\end/\\caption{} \\end/; \
s/ / /g; \
s/\\chapter\{(Colophon|Dedication)\}/\\chapter*{}/; \