diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-30 00:25:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-30 00:25:16 +0000 |
commit | 72ab3cc654a8685d0994636572a5e7dd133c3c1d (patch) | |
tree | c88501ed58804aafb4413edf0b21e8a44038a2a3 /Master/tlpkg | |
parent | b58f8f909aeec6d28a8d78be1ea126744934c852 (diff) |
bookhands for new tgothic (29jan18)
git-svn-id: svn://tug.org/texlive/trunk@46480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e2dc0dec4ce..569655f5703 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4723,9 +4723,6 @@ sub MAKEwilson { next; } - # tgothic filenames conflict with ptex fonts. - next if $d eq "tgothic"; - my $target = "$docdir/$d"; next if ! -d $target; # samples/readme files print "\t PROCESS Wilson subdir $d\n"; |