diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-03 00:44:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-03 00:44:49 +0000 |
commit | 8b2c7dfa75b8296bcb312b594a4c597d7b6c3e7f (patch) | |
tree | da683cdc308d66ad2d95a1af025491c76eab253c /Master/tlpkg/bin | |
parent | 6fe376ced37975f0da997a2e955695dc8165cdc7 (diff) |
new (renamed) script latexfileversion 0.3 (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 14 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index ae01e703735..8c74c7f4aff 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -91,7 +91,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/itrans/' => 1, 'public/kerkis/' => 1, 'public/kpfonts/' => 1, - 'public/libertine/' => 1, + 'public/libertine-legacy/' => 1, 'public/linearA/' => 1, 'public/lm/' => 1, 'public/lxfonts/' => 1, diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 1fde768d7f0..f31b853de3b 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2009, 2010 TeX Users Group. +# Copyright 2008, 2009, 2010, 2011 TeX Users Group. # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -25,8 +25,7 @@ pod2usage(-exitstatus => 0, -verbose => 2) if $help; exit (&main ()); -sub main -{ +sub main { my $err = 0; chomp (my $Master = `cd $mydir/../.. && pwd`); @@ -54,8 +53,7 @@ sub main # return all symlinks starting with ".." in DIR as a hash, with symlink # targets as the values. Check that targets are executable. # -sub unx_wrapper_entries -{ +sub unx_wrapper_entries { my ($DIR) = @_; my %ret; @@ -89,8 +87,7 @@ sub unx_wrapper_entries # W32DIR as a .exe, and is a copy of the canonical w32 wrapper exe # specified in W32CANONICAL. # -sub check_w32 -{ +sub check_w32 { my ($w32dir, $w32canonical, %uw) = @_; my $diff = 0; @@ -99,7 +96,8 @@ sub check_w32 next if $target =~ /bibexport/; # shell script next if $target =~ /context/; # does it its own way next if $target =~ /dviout/; # gui stub - next if $target =~ /installfont-tl/;# shell script + next if $target =~ /installfont-tl/; # shell script + next if $target =~ /latexfileversion/; # shell script next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink next if $target =~ /pdfjam/; # shell scripts diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 5304612939d..c67116db43d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -221,7 +221,8 @@ my @TLP_working = qw( latex-tds latex-veryshortguide latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man latex4wp latex4wp-it - latexcheat latexcheat-esmx latexcheat-ptbr latexdiff latexmk latexmp + latexcheat latexcheat-esmx latexcheat-ptbr + latexdiff latexfileversion latexmk latexmp lato layaureo layouts lazylist lcd lcg lcyw leading leaflet lecturer ledmac leftidx lettre lettrine levy lewis lexikon lfb lgreek lh lhelp |