diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 0b08389d4d1..182e5f14153 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -75,6 +75,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/cs/' => 1, 'public/doublestroke/' => 1, 'public/epiolmec/' => 1, + 'public/esstix/' => 1, # 12may11 author fixed some, others will remain 'public/ethiop-t1/' => 1, 'public/eurosym/' => 1, 'public/foekfont/' => 1, diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 9fc9df29efa..e2305cbd728 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -29,7 +29,7 @@ runpattern f texmf/web2c/updmap-hdr.cfg runpattern f tlpkg/installer/config.guess # binpattern f bin/${ARCH}/tlmgr -binpattern f/win32 tl-menu.exe +binpattern f/win32 tl-tray-menu.exe binpattern f/win32 bin/win32/tlmgr-gui.exe binpattern f/win32 bin/win32/tlmgr-gui.vbs binpattern f/win32 tlpkg/installer/tar.exe |