Because xsltproc performance seems to go waaay south on large
files, so let's build the FO output for the docs using saxon
instead (which is much much quicker on this file)
include ../../releasetools/Variables.mk
XJPARSEFLAGS= -E 0 -w
-
+FO_BUILDER=saxon
XSLTOPT=
PROCOPT=
cp -p $< $@
reference.fo: ../docsrc/reference.dbk.included $(REFERENCEFOXSL)
- $(XSLT) $< $(REFERENCEFOXSL) > $@
+ $(DOCBOOK_SVN)/buildtools/xslt -$(FO_BUILDER) $< $(REFERENCEFOXSL) > $@
reference.pdf: reference.fo
$(XEP) $(XEPFLAGS) $<