diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-09 21:46:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-09 21:46:59 +0000 |
commit | 2f899b5cc5f22bf42a77e284ef655146b186bf92 (patch) | |
tree | ba96cbb2524dc2ae732fde559c94ec369842df0d /Build/source/texk | |
parent | 7f1c804d6e93248a547e500a82e31a9aaf470771 (diff) |
(init_kpse): enable mktexfmt. probably more
from texmfmp.c's maininit should be here too.
git-svn-id: svn://tug.org/texlive/trunk@7992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.c b/Build/source/texk/web2c/luatexdir/lua/luainit.c index c76b676c0f4..8e35dca0fdb 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.c +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.c @@ -353,6 +353,10 @@ init_kpse (void) { "kpathsea mode needs a --progname or --fmt switch\n"); exit(1); } + + kpse_set_program_enabled (kpse_fmt_format, MAKE_TEX_FMT_BY_DEFAULT, + kpse_src_compile); + kpse_set_program_name(argv[0], user_progname); program_name_set=1; } |