diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 16:26:15 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 16:26:15 +0000 |
commit | 6d33d6990b4571082193391d1752523e7ba59240 (patch) | |
tree | c07b7ebd93723a9b4d722c180ec481f441fb68bd /Master/tlpkg/TeXLive/TLPSRC.pm | |
parent | ed87e5502f5105599f8548e7fe9ea07fabfda1cd (diff) |
Rename txthyph and txtpatt keys to make Mojca happy.
git-svn-id: svn://tug.org/texlive/trunk@18612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index d3b870c490d..327db379b47 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -795,11 +795,13 @@ C<lefthyphenmin>, C<righthyphenmin> (both integers), C<synonyms> (a comma-separated list of alias names for that hyphenation), C<databases> (a comma-separated list of databases the entry should go in; currently recognized are: C<dat> (C<language.dat>), C<def> (C<language.def>) and -C<lua> (C<language.dat.lua>)), C<txtpatt> and C<txthyph> (files with the -patterns (resp. exceptions) in plain txt), and C<luaspecial> (string). +C<lua> (C<language.dat.lua>)), C<file_patterns> and C<file_exceptions> +(files with the patterns (resp. exceptions) in plain txt), and +C<luaspecial> (string). The variable C<databases> defaults to C<dat,def>, or C<dat,def,lua> if -one of the keys C<txtpatt>, C<txthyph> or C<luaspecial> is used. +one of the keys C<file_patterns>, C<file_exceptions> or C<luaspecial> is +used. =item C<execute AddFormat name=I<fmt> engine=I<eng> [I<var>...]> |