diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-28 16:13:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-28 16:13:36 +0000 |
commit | d19e0df677cda7badca47bc750f11746c9b96ea7 (patch) | |
tree | ea0b56d0539ff4fde53976a0289cf01f1b9aa255 /Master | |
parent | a1599727033b3a9261b3c487cc047af1dc506e2e (diff) |
dehyph_exptl filename update
git-svn-id: svn://tug.org/texlive/trunk@57991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3507ae8ee0a..176f8d50495 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -6409,7 +6409,7 @@ sub POST_cstexpkgs { # used for csplain and cslatex } sub POSTdehyph_exptl { - print "POST$package - *YOU* must update tlpsrc directives, right now!\n"; + print "*** POST$package - you must update tlpsrc directives, right now!\n"; } sub POSTe_french { diff --git a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc index 0d0670491bb..db9e5e33e50 100644 --- a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc +++ b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc @@ -1,12 +1,12 @@ depend hyphen-base depend hyph-utf8 execute AddHyphen \ - name=german-x-2019-04-04 synonyms=german-x-latest \ + name=german-x-2021-02-26 synonyms=german-x-latest \ lefthyphenmin=2 righthyphenmin=2 \ - file=dehypht-x-2019-04-04.tex \ + file=dehypht-x-2021-02-26.tex \ file_patterns=hyph-de-1901.pat.txt file_exceptions= execute AddHyphen \ - name=ngerman-x-2019-04-04 synonyms=ngerman-x-latest \ + name=ngerman-x-2021-02-26 synonyms=ngerman-x-latest \ lefthyphenmin=2 righthyphenmin=2 \ - file=dehyphn-x-2019-04-04.tex \ + file=dehyphn-x-2021-02-26.tex \ file_patterns=hyph-de-1996.pat.txt file_exceptions= |