diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-05 16:45:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-05 16:45:59 +0000 |
commit | 6631dfca2c81c3da849c7500219b685b3b205e8e (patch) | |
tree | 7d2d327ab6f0c1fe346f88d24e15ad050e0e5c05 /Master/texmf/web2c/texmf.cnf | |
parent | 5f318ef720ca53edf4f5aa92ecae7b8c5d31c29c (diff) |
add TEXINPUTS to LUAINPUTS
git-svn-id: svn://tug.org/texlive/trunk@4548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c/texmf.cnf')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 1066cb81915..b27a8afa850 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -413,14 +413,16 @@ T4HTINPUTS = .;$TEXMF/tex4ht// TEX4HTFONTSET=alias,iso8859,unicode TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}// -% Part for scripts that are distributed/installed in the texmf tree. +% Find scripts that are distributed/installed in the texmf tree. + +% Lua needs to look in TEXINPUTS for lua scripts distributed with packages. +LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS % Architecture independent executables. TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}// -% Perl, Python, Ruby, Java scripts +% Other languages. JAVAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/java// -LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua// PERLINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/perl// PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python// RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// |