diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-01 21:40:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-01 21:40:47 +0000 |
commit | a4c89b884f734bc236f87f891d64d8ec1b5eb757 (patch) | |
tree | 630d12ff98eb53f62d989c6675d0b714366d6741 /Master/tlpkg/bin | |
parent | a3a88e9e25d2deeb41cb7218f0766d2ad31aa1d3 (diff) |
gothic since cmfrabase.mf name fix
git-svn-id: svn://tug.org/texlive/trunk@38263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9542e2a1bf4..df2be36bc1e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -856,14 +856,6 @@ sub do_tlp { # originals, which we installed by hand. Don't check them until fixes. next if $file =~ m,/(mf84.bug|tex82.bug|errorlog.tex)$,; - # cmfraknum.mf was corrected on CTAN to remove a bogus trailing - # CTRL-Z from Yannis's original DOS development. But then - # cmfrak.tfm cannot be regenerated because the source inputs - # cmfrabase.mf but the file is named cmfrabas.mf, from the same - # era. So sigh. The font is not changing so let's just ignore the - # differing file instead of going to the trouble of regenerating it. - next if $basefile eq "cmfraknum.mf"; - # We install our own stub, not ConTeXt's. I guess. next if $basefile eq "mptopdf.exe"; |