summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-06 22:37:56 +0000
committerKarl Berry <karl@freefriends.org>2011-01-06 22:37:56 +0000
commitb9e63b0394790cb72b3ae93eef6e877f57d46817 (patch)
treeea14d5a4579ce91515d5da6e81107aa6dbaf0061 /Build/source/texk/kpathsea/tex-file.c
parenta48a185a1221edaddaeae01a91ae2f2171edceeb (diff)
(LUA_SUFFIXES): add .tlu
git-svn-id: svn://tug.org/texlive/trunk@20953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r--Build/source/texk/kpathsea/tex-file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 3370186d6a9..0e069721f53 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -761,7 +761,8 @@ kpathsea_init_format (kpathsea kpse, kpse_file_format_type format)
break;
case kpse_lua_format:
INIT_FORMAT ("lua", DEFAULT_LUAINPUTS, LUA_ENVS);
-#define LUA_SUFFIXES ".luc", ".luctex", ".texluc", ".lua", ".luatex", ".texlua"
+#define LUA_SUFFIXES \
+ ".lua", ".luatex", ".luc", ".luctex", ".texlua", ".texluc", ".tlu"
SUFFIXES (LUA_SUFFIXES);
FMT_INFO.suffix_search_only = true;
break;