diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 18405e377b7..b4f9dec390d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1085,7 +1085,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mp3d' => '&PREHOOK_mp3d', 'pgf-blur' => '&PREHOOK_pgfblur', 'pictex' => '&PREHOOK_pictex', - 'pmxx' => '&PREHOOK_pmx', 'skb' => '&PREHOOK_flatten1', 'skmath' => '&PREHOOK_savepdf', 'skrapport' => '&PREHOOK_savepdf', @@ -3078,9 +3077,9 @@ sub doscripts { # Windows. If a shell script, skip. Else copy the wrapper. next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; # - # We need to change this match texmf_dist_shell_scripts in + # We need to change this to match texmf_dist_shell_scripts in # linked_scripts/Makefile.am. - next if $s =~ /dtxfilegen|ltxfileinfo/; + next if $s =~ /dtx(file)?gen|ltxfileinfo/; # if ($s eq "lua2dox_filter") { # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); @@ -4724,13 +4723,6 @@ sub PREHOOK_pictex { &SYSTEM ("$RM -rf addon/autoarea*"); } -sub PREHOOK_pmx { - print "PREHOOK_$package - sources\n"; - print "YOU-MUST-DO! update Build/source/utils/$package\n"; - &SYSTEM ("$RM -rf OSX Windows pmx-*.tar.gz"); - &PREHOOK_flatten1 (); -} - sub PREHOOK_savepdf { print "PREHOOK_savepdf - $package\n"; &SYSTEM ("$CP $package.pdf $package-save.pdf"); |