diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-28 23:12:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-28 23:12:50 +0000 |
commit | b6480b2501af86762ef2906854dca22bbbef953b (patch) | |
tree | 084237976e13b325be37766687e4d2d9e7cf08eb /Master/tlpkg/tlpsrc/latex-bin.tlpsrc | |
parent | 615d7d2e594eeede6ea0ab38f8817012eb239bb9 (diff) |
latex-bin must depend on latex so files are there when we try to make the formats, not the other way around
git-svn-id: svn://tug.org/texlive/trunk@15537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/latex-bin.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bin.tlpsrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc index 97b8def2fd9..df38abe2d75 100644 --- a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc @@ -1,6 +1,10 @@ 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 +# binpattern f bin/${ARCH}/latex execute AddFormat name=latex engine=pdftex patterns=language.dat \ options="-translate-file=cp227.tcx *latex.ini" |