diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6839e9a9d71..c3ac7142944 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2007-07-05 Karl Berry <karl@tug.org> + + * texmf.in (LUAINPUTS): add $TEXINPUTS per Hans and Taco. + 2007-06-14 Karl Berry <karl@tug.org> * texmf.in: doc fix ({a,b} is not deprecated). diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 10f1daed3a6..aa88935d7dc 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -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// |