From 6631dfca2c81c3da849c7500219b685b3b205e8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Jul 2007 16:45:59 +0000 Subject: add TEXINPUTS to LUAINPUTS git-svn-id: svn://tug.org/texlive/trunk@4548 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/web2c/texmf.cnf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master/texmf/web2c') 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// -- cgit v1.2.3