diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d8f40f9e775..d0bd5b33887 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2999,6 +2999,7 @@ $standardttf = '\.ttf|\.TTC'; 'pdfcrop' => '\.pl$', # doscripts() does r* 'pdfjam' => 'pdf[^.]*$', 'pdflatexpicscale' => '\.pl$', + 'pdftex-quiet' => 'pdftex-quiet$', 'pdfxup' => 'pdfxup$', 'pedigree-perl' => '\.pl$', 'perltex' => '\.pl$', @@ -3844,6 +3845,7 @@ sub doscripts { next if $s =~ /latexfileversion|ltxfileinfo$/; next if $s =~ /pdf(book2|xup)/; next if $package eq "pdfjam"; + next if $package eq "pdftex-quiet"; # if ($s eq "ps4pdf") { # package pst-pdf # handwritten special .bat |