summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-05 16:45:59 +0000
committerKarl Berry <karl@freefriends.org>2007-07-05 16:45:59 +0000
commit6631dfca2c81c3da849c7500219b685b3b205e8e (patch)
tree7d2d327ab6f0c1fe346f88d24e15ad050e0e5c05 /Build
parent5f318ef720ca53edf4f5aa92ecae7b8c5d31c29c (diff)
add TEXINPUTS to LUAINPUTS
git-svn-id: svn://tug.org/texlive/trunk@4548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/texmf.in8
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//