diff options
-rw-r--r-- | Master/texmf-dist/fonts/source/public/gothic/cmfrabase.mf (renamed from Master/texmf-dist/fonts/source/public/gothic/cmfrabas.mf) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/gothic/cmfraknum.mf | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 8 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
4 files changed, 1 insertions, 11 deletions
diff --git a/Master/texmf-dist/fonts/source/public/gothic/cmfrabas.mf b/Master/texmf-dist/fonts/source/public/gothic/cmfrabase.mf index b91f6006ef9..b91f6006ef9 100644 --- a/Master/texmf-dist/fonts/source/public/gothic/cmfrabas.mf +++ b/Master/texmf-dist/fonts/source/public/gothic/cmfrabase.mf diff --git a/Master/texmf-dist/fonts/source/public/gothic/cmfraknum.mf b/Master/texmf-dist/fonts/source/public/gothic/cmfraknum.mf index c3fbb874f5f..56ef6327e95 100644 --- a/Master/texmf-dist/fonts/source/public/gothic/cmfraknum.mf +++ b/Master/texmf-dist/fonts/source/public/gothic/cmfraknum.mf @@ -192,4 +192,3 @@ penstroke z6e{z1r-z1l}..z3e{down}.. z4e{dir-31}; .endchar; - 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"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9f3863ed714..1934f9864b6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -477,8 +477,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'gmeometric', "die 'skipping, obsolete'", 'gnu-freefont',"&MAKEgnu_freefont", 'go', "&MAKEflatten", - 'gothic', "die 'skipping, must fix cmfrabas[e].mf, see tlpkg-ctan-check", - #'gothic', "&MAKEflatten", + 'gothic', "&MAKEflatten", 'gradback', "die 'skipping, ca.2002, await request'", 'graphicp', "die 'skipping, experimental ca.2003'", 'graphicxsp', "die 'skipping, requires adobe distiller'", |