diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-31 22:37:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-31 22:37:18 +0000 |
commit | b78a06049d5ea9b3d468e641c8a09d18ac46b282 (patch) | |
tree | d1614c7c6799c9d7f45f94e7ad3812a699709c75 /Master/tlpkg | |
parent | 3687879dd2dab0c4f3374c2d800ef35789902105 (diff) |
consistency
git-svn-id: svn://tug.org/texlive/trunk@25802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/background.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/paper.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/scheme-small.tlpsrc | 2 |
6 files changed, 9 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 929799047c8..d88a3e15240 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -164,6 +164,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/bgreek/' => 1, 'public/eco/' => 1, 'public/epigrafica/' => 1, + 'public/fonts-tlwg/' => 1, # reported to author, early 2012 'public/gfsartemisia/' => 1, 'public/gfscomplutum/' => 1, 'public/gfsdidot/' => 1, diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 23aed46918a..486eb80c9d5 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -110,7 +110,7 @@ sub check_w32 { next if $target =~ /texdoc/; # gui stub next if $target =~ /texworks/; # gui stub next if $target =~ /tlmgr/; # does things its own way - next if $target =~ /typeoutfileinfo.exe/; # shell script + next if $target =~ /typeoutfileinfo/; # shell script next if $target =~ /xasy/; # no need #print "$k -> $uw{$k}\n"; $diff += system ("cmp $w32dir/$k.exe $w32canonical"); diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index bf410f4f541..b562e2e9131 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -30,7 +30,10 @@ Coordinate schedule with: engine people, LaTeX people, GUST font people general lists -Really test during pretest: +To stop updating of certain packages before the general freeze: + tlpkg/dev/tlnet-disabled-packages.txt + +Really test during pretest (really!): .fmt's sharable across endian-different platforms (including luatex). interactive mf '\drawdot (50,50); showit;' diff --git a/Master/tlpkg/tlpsrc/background.tlpsrc b/Master/tlpkg/tlpsrc/background.tlpsrc index e69de29bb2d..3d1f5887f71 100644 --- a/Master/tlpkg/tlpsrc/background.tlpsrc +++ b/Master/tlpkg/tlpsrc/background.tlpsrc @@ -0,0 +1 @@ +docpattern +!d texmf-dist/doc/latex/stex/example/background diff --git a/Master/tlpkg/tlpsrc/paper.tlpsrc b/Master/tlpkg/tlpsrc/paper.tlpsrc index 8310c487646..0c6ecd9961e 100644 --- a/Master/tlpkg/tlpsrc/paper.tlpsrc +++ b/Master/tlpkg/tlpsrc/paper.tlpsrc @@ -1 +1,2 @@ docpattern +!d texmf-dist/doc/latex/aiaa/pre2004/demos/paper +docpattern +!d texmf-dist/doc/latex/stex/example/paper diff --git a/Master/tlpkg/tlpsrc/scheme-small.tlpsrc b/Master/tlpkg/tlpsrc/scheme-small.tlpsrc index a13b707055a..368df9cc495 100644 --- a/Master/tlpkg/tlpsrc/scheme-small.tlpsrc +++ b/Master/tlpkg/tlpsrc/scheme-small.tlpsrc @@ -20,6 +20,7 @@ depend times depend hyphen-basque depend hyphen-danish depend hyphen-dutch +depend hyphen-english depend hyphen-finnish depend hyphen-french depend hyphen-german @@ -30,4 +31,3 @@ depend hyphen-polish depend hyphen-portuguese depend hyphen-spanish depend hyphen-swedish -depend hyphen-ukenglish |