Fix dblatex uses xetex backend
The configure script set PDFLATEX=/path/to/xelatex-with-options.sh
when the system has xelatex.
However, makefile for dblatex document build was checking
PDFLATEX=xelatex
to decide whether to use xetex backend or not.
Therefore, even if the system has xelatex,
dblatex did not use xetex backend.
This commit makes dblatex use xetex backend
when the system has xelatex.
Diff:
This passes make but fails a make doc
The file referenced:
suffix-lyxml.dblatex.log
contains this:
Setting back to new for now, as I seem to not be able to get a successful build of doc or make check at all. So this could be something local to me
Fix makefile syntax
http://codereview.appspot.com/344120043
Passes make, make check and a full make doc.
Patch on countdown for Jan 26th
Patch counted down - please push.
I've pushed to the staging.
Issue 5463: Fix dblatex uses xetex backend
commit 002382ca44a8a72260829d1e0d9a73cb93809d08