diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/xetex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/xetex.tlpsrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/xetex.tlpsrc b/Master/tlpkg/tlpsrc/xetex.tlpsrc index 12300476570..bb6505f8ca6 100644 --- a/Master/tlpkg/tlpsrc/xetex.tlpsrc +++ b/Master/tlpkg/tlpsrc/xetex.tlpsrc @@ -1,8 +1,10 @@ name xetex category TLCore # -execute BuildFormat xetex -runpattern f texmf/fmtutil/format.xetex.cnf +execute AddFormat name=xetex engine=xetex patterns=language.def options="-etex xetex.ini" +execute AddFormat name=xelatex engine=xetex patterns=language.dat options="-etex xelatex.ini" +postaction script file=tlpkg/tlpostcode/xetex.pl +runpattern f tlpkg/tlpostcode/xetex.pl # # these are only needed for darwin only, so # use arch specific patterns to avoid warnings about not-hit patterns. @@ -23,4 +25,3 @@ binpattern f bin/win32/teckit_compile.exe binpattern f bin/win32/fc-* binpattern f bin/win32/icu*.dll depend xetexconfig - |