summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-10 21:52:54 +0000
committerKarl Berry <karl@freefriends.org>2011-10-10 21:52:54 +0000
commit26a0070af35fa5652128c74fa1f126ec51def209 (patch)
treec3cb194fd4cc2dc13141e39c561dc5bc5d0b7a83 /Master/tlpkg
parent4d055293335b5b39f55edeff0c28700ebc2486eb (diff)
l3kernel 2900 (10oct11)
git-svn-id: svn://tug.org/texlive/trunk@24256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check9
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
2 files changed, 6 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index d8611324bbd..6b35696aa94 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -592,11 +592,10 @@ sub do_tlp {
#warn "checking tl file $file -> $basefile\n";
push (@tl_basefiles, $basefile);
- # no point yet in comparing our pdfs, we have generated too many.
- # revisit this someday to see how many of ours are actually different.
- # However, for lshort translations, the pdf is often the only thing
- # we have to compare.
- next if $file =~ /\.pdf$/ && $file !~ /short/;
+ # No point in comparing our pdfs now, too many are different.
+ # However, for lshort translations and mathdesign, pdf can be
+ # all we have to compare.
+ next if $file =~ /\.pdf$/ && $file !~ /short|mathdesign/;
my $tl_file = "$Master/$file";
if (! -e $tl_file) {
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 85b816c7c47..6e48382f717 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3192,8 +3192,7 @@ sub MAKEeskdx
&donormal;
}
-sub MAKElh
-{
+sub MAKElh {
&setup ();
&xchdir ($DOCDIR);
#
@@ -3206,8 +3205,7 @@ sub MAKElh
&SYSTEM ("cd $DEST/texmf && cp -arf . .. && rm -rf $DEST/texmf");
}
-sub MAKEmathdesign
-{
+sub MAKEmathdesign {
&setup ();
&xchdir ($DOCDIR);
#