diff options
author | Norbert Preining <preining@logic.at> | 2010-06-23 16:45:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-06-23 16:45:48 +0000 |
commit | 5c8375052ab578f4ea95098580942b1ddca6f4ab (patch) | |
tree | d671005a505fab427f6385dc6bc7fff45e0dc10a /Master/tlpkg/tlpsrc | |
parent | fd351bdb1b3fddcbb875b5e0d64398756eba374b (diff) |
move texmfcnf.lua file to the luatex package, someone
might use lualatex without context!
--This lie, and those below, will be ignored--
M tlpsrc/luatex.tlpsrc
M tlpsrc/context.tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@19124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 2b0ae2189f0..67d4ff66cad 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -29,7 +29,6 @@ execute AddFormat name=cont-ro mode=disabled engine=pdftex \ # execute AddFormat name=metafun engine=mpost options="metafun.mp" # -runpattern +f texmf/web2c/texmfcnf.lua runpattern +d texmf-dist/context/data runpattern +d texmf-dist/fonts/cid/fontforge runpattern +f texmf-dist/tex/mptopdf/config/mptopdf.ini diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 38f70344dfd..19183c51de4 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -17,6 +17,7 @@ docpattern f texmf/doc/man/man1/luatex.* docpattern f texmf/doc/man/man1/texlua* # runpattern f texmf/tex/generic/config/luatexiniconfig.tex +runpattern f texmf/web2c/texmfcnf.lua # binpattern f bin/${ARCH}/dviluatex binpattern f bin/${ARCH}/luatex |