summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-02 23:53:35 +0000
committerKarl Berry <karl@freefriends.org>2016-05-02 23:53:35 +0000
commitd3f5ca08166f8d14c4e9e1e009e047e876b0c05a (patch)
tree14085229a4cdb7f30f99629232aa9d3afd2de60a /Master/tlpkg/bin
parent1f3fa7772122901d6e3a7a317ffc8243a9fd65e1 (diff)
mathdesign subdirs
git-svn-id: svn://tug.org/texlive/trunk@40845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format16
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 768d3986363..074d6daaf91 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -59,7 +59,7 @@ my $exclude_pdf = {
# the value has no meaning here
my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'adobe/courier/' => 1,
-# 'adobe/sourcecodepro/' => 1, # SourceCodePro-Regular.pfb, 10nov12 contacted
+ 'adobe/sourcecodepro/' => 1, # SourceCodePro-{Regular,BoldIt}.pfb, 10nov12 contacted
'arabi/arabeyes/' => 1,
'arabi/farsiweb/' => 1,
'arkandis/adfsymbols/' => 1,
@@ -125,7 +125,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/lxfonts/' => 1,
'public/marvosym/' => 1,
'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl
- 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
+ 'public/mathdesign/mdpus/' => 1,# 3jan16 author informed long ago, no release
'public/mathpazo/' => 1,
'public/ocherokee/' => 1,
'public/oinuit/' => 1,
@@ -182,7 +182,9 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm',
'public/japanese-otf-uptex/' => 1, # japanese tfm's
'public/japanese-otf/' => 1, # japanese tfm's
'public/malayalam/' => 1,
- 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
+ 'public/mathdesign/mdici/' => 1,# 3jan16 author informed long ago, no release
+ 'public/mathdesign/mdpgd/' => 1,
+ 'public/mathdesign/mdpus/' => 1,
'public/wnri/' => 1,
'public/wsuipa/' => 1,
'public/zhmetrics-uptex/' => 1, # 25apr16 jfm files
@@ -204,7 +206,13 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
'public/gfssolomos/' => 1,
'public/hfoldsty/' => 1,
'public/kerkis/' => 1,
- 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
+ 'public/mathdesign/mdbch/' => 1, #3jan16 author informed long ago, no release
+ 'public/mathdesign/mdbch/' => 1, #3jan16 author informed long ago, no release
+ 'public/mathdesign/mdici/' => 1,
+ 'public/mathdesign/mdpgd/' => 1,
+ 'public/mathdesign/mdpus/' => 1,
+ 'public/mathdesign/mdput/' => 1,
+ 'public/mathdesign/mdugm/' => 1,
'public/sansmathfonts/' => 2, # 20may13 ok with cmssbx12.tfm from sauter
'public/txfontsb/' => 1,
'public/zefonts/' => 1,