summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-30 18:00:18 +0000
committerKarl Berry <karl@freefriends.org>2009-06-30 18:00:18 +0000
commit4cac597e2157f85af33f27815f21878922131176 (patch)
tree6f3c0c4179f0b39e4c092b22c258377b33420364 /Master/tlpkg
parent0b29cc6f2c294809fed6a880411fe946be2ed282 (diff)
make luatex output pdf by default, and dviluatex output dvi
git-svn-id: svn://tug.org/texlive/trunk@14025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/latex.tlpsrc20
-rw-r--r--Master/tlpkg/tlpsrc/luatex.tlpsrc8
2 files changed, 18 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/latex.tlpsrc b/Master/tlpkg/tlpsrc/latex.tlpsrc
index 7f208feaf30..6a1da9c9ca3 100644
--- a/Master/tlpkg/tlpsrc/latex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/latex.tlpsrc
@@ -2,18 +2,26 @@ depend luatex
depend pdftex
depend latexconfig
depend latex-fonts
-execute AddFormat name=latex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *latex.ini"
-execute AddFormat name=pdflatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *pdflatex.ini"
-execute AddFormat name=lualatex engine=luatex patterns=language.dat options="lualatex.ini"
-execute AddFormat name=pdflualatex engine=luatex patterns=language.dat options="pdflualatex.ini"
+#
+execute AddFormat name=latex engine=pdftex patterns=language.dat \
+ options="-translate-file=cp227.tcx *latex.ini"
+execute AddFormat name=pdflatex engine=pdftex patterns=language.dat \
+ options="-translate-file=cp227.tcx *pdflatex.ini"
+execute AddFormat name=dvilualatex engine=luatex patterns=language.dat \
+ options="dvilualatex.ini"
+execute AddFormat name=lualatex engine=luatex patterns=language.dat \
+ options="lualatex.ini"
+#
srcpattern d texmf-dist/source/latex/base
runpattern d texmf-dist/makeindex/latex
runpattern d texmf-dist/tex/latex/base
runpattern d texmf/tex/latex/config
+#
docpattern d texmf-dist/doc/latex/base
docpattern f texmf/doc/man/man1/latex.*
docpattern f texmf/doc/man/man1/pdflatex.*
+#
binpattern f bin/${ARCH}/latex
-binpattern f bin/${ARCH}/lualatex
binpattern f bin/${ARCH}/pdflatex
-binpattern f bin/${ARCH}/pdflualatex
+binpattern f bin/${ARCH}/dvilualatex
+binpattern f bin/${ARCH}/lualatex
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc
index 68337d15d2d..c5f7a6df623 100644
--- a/Master/tlpkg/tlpsrc/luatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc
@@ -1,12 +1,12 @@
category TLCore
shortdesc The LuaTeX engine.
longdesc LuaTeX is an extended version of pdfTeX using Lua as an embedded
-longdesc scripting language. The LuaTeX projects main objective is to provide an
-longdesc open and configurable variant of TeX while at the same time offering
-longdesc downward compatibility. http://luatex.org/
+longdesc scripting language. The LuaTeX projects main objective is to provide
+longdesc an open and configurable variant of TeX while at the same time
+longdesc offering downward compatibility. http://luatex.org/
#
execute AddFormat name=luatex engine=luatex options="luatex.ini"
-execute AddFormat name=pdfluatex engine=luatex options="pdfluatex.ini"
+execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini"
#
docpattern d texmf-dist/doc/luatex/base
docpattern f texmf/doc/man/man1/luatex.*