summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-06 17:21:06 +0000
committerKarl Berry <karl@freefriends.org>2007-07-06 17:21:06 +0000
commit931934327dc57f68649252fd527a2a0209935212 (patch)
tree452e90ef1a28309eb27a00ee7207164ac9ddb85e /Build
parent44caba75c2bcdde541bd619bfa2ad748839bfd67 (diff)
suffix_search_only=true for lua
git-svn-id: svn://tug.org/texlive/trunk@4552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog1
-rw-r--r--Build/source/texk/kpathsea/tex-file.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 32cbf895a3e..79991270a4a 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -4,6 +4,7 @@
name be lua rather than luatex; otherwise kpsewhich -format=luatex
finds kpse_tex_format sometimes, and it seems unnecessary to debug
that just now.
+ Also, set suffix_search_only=true.
(LUA_SUFFIXES): put compiled suffixes first.
2007-07-05 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 04e4f3972c0..6cec76df87a 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -675,7 +675,7 @@ kpse_init_format P1C(kpse_file_format_type, format)
INIT_FORMAT ("lua", DEFAULT_LUAINPUTS, LUA_ENVS);
#define LUA_SUFFIXES ".luc", ".luctex", ".texluc", ".lua", ".luatex", ".texlua"
SUFFIXES (LUA_SUFFIXES);
- FMT_INFO.suffix_search_only = false;
+ FMT_INFO.suffix_search_only = true;
break;
default:
FATAL1 ("kpse_init_format: Unknown format %d", format);