diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bin.tlpsrc | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc index 5f7f01c4ebf..19f61629ae5 100644 --- a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc @@ -1,9 +1,17 @@ category TLCore shortdesc LaTeX executables and man pages -# we must depend on latex, not the other way around, to ensure that all -# files are installed before we try to make the formats. -depend latex +# we must depend on the core packages, not the other way around, to +# ensure that all files are installed before we try to make the formats. +# ensure base engines are installed before we are run, also. +depend luatex +depend luahbtex +depend pdftex +depend latexconfig +depend latex-fonts +# +depend latex-base +depend latex-graphics # cf. latex-bin-dev.tlpsrc. tlpsetvar fmtcomm ${global_latex_deps},latex |