diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-18 23:23:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-18 23:23:42 +0000 |
commit | 789b84c92502ab0763b38616814d03184abdafbe (patch) | |
tree | ccd4bb8d9230a23415d0710e83920753ad9c9901 /Master | |
parent | ec33d72ed1e7ef94eadc9b6001dfdd10fda1d73e (diff) |
re-enable lualollipop, remove dvi formats since no
.ini for them any more.
git-svn-id: svn://tug.org/texlive/trunk@40605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/lollipop.tlpsrc | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/Master/tlpkg/tlpsrc/lollipop.tlpsrc b/Master/tlpkg/tlpsrc/lollipop.tlpsrc index ea553e937d3..8a5c4068dff 100644 --- a/Master/tlpkg/tlpsrc/lollipop.tlpsrc +++ b/Master/tlpkg/tlpsrc/lollipop.tlpsrc @@ -5,23 +5,12 @@ execute AddFormat name=lollipop engine=pdftex \ options="-translate-file=cp227.tcx *lollipop.ini" \ fmttriggers=${fmtcomm},pdftex # -# does not work with luatex in tl16 -#binpattern f bin/${ARCH}/lualollipop -#execute AddFormat name=lualollipop engine=luatex \ -# options="lualollipop.ini" \ -# fmttriggers=${fmtcomm},pdftex,luatex +binpattern f bin/${ARCH}/lualollipop +execute AddFormat name=lualollipop engine=luatex \ + options="lualollipop.ini" \ + fmttriggers=${fmtcomm},pdftex,luatex # binpattern f bin/${ARCH}/xelollipop execute AddFormat name=xelollipop engine=xetex \ options="-etex xelollipop.ini" \ fmttriggers=${fmtcomm},xetexconfig -# -# dvi formats disabled by default, users can set \pdfoutput=0. -execute AddFormat name=dvilollipop mode=disabled engine=pdftex \ - options="-translate-file=cp227.tcx *lollipop.ini" \ - fmttriggers=${fmtcomm},pdftex -# -# does not work with luatex in tl16 -#execute AddFormat name=dvilualollipop mode=disabled engine=luatex \ -# options="-translate-file=cp227.tcx lualollipop.ini" \ -# fmttriggers=${fmtcomm},luatex,pdftex |