summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-22 23:59:16 +0000
committerKarl Berry <karl@freefriends.org>2013-05-22 23:59:16 +0000
commit44be3cb6c02aa51896d009214a1329c043f0f672 (patch)
tree68c0eefbd26e38d8197a906cccb52623e4252296 /Master/tlpkg/bin
parentf2724d7a2a6e09427794ce270a32ac4172fbfdaa (diff)
amsmath from original ams -- updated pdfs only (and inconsequential diffs-m.txt move)
git-svn-id: svn://tug.org/texlive/trunk@30645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir2
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 8a3f70aaae3..566923ea173 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -96,6 +96,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/gfssolomos/' => 1,
'public/hacm/' => 1,
'public/initials/' => 1,
+ 'public/ipaex-type1/' => 1, # 20may13 too many to bother reporting
'public/itrans/' => 1,
'public/kerkis/' => 1,
'public/kpfonts/' => 1,
@@ -180,6 +181,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
'public/gfssolomos/' => 1,
'public/hfoldsty/' => 1,
'public/kerkis/' => 1,
+ 'public/sansmathfonts' => 2, # 20may13 generated by mktextfm
'mathdesign/mdbch/' => 1,
'mathdesign/mdput/' => 1,
'mathdesign/mdugm/' => 1,
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 3853c74863c..476426e02a7 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -114,7 +114,7 @@ for tlname in $tlnames; do
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
grab="$download -O $download_loc"
- $grab http://www.babafou.eu.org/texlive-netbsd/x86_64-unknown-netbsd6.0.1.tar.xz;;
+ $grab http://www.babafou.eu.org/texlive-netbsd/x86_64-unknown-netbsd6.1.tar.xz;;
armel-linux)
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc