summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-16 23:21:35 +0000
committerKarl Berry <karl@freefriends.org>2013-04-16 23:21:35 +0000
commit7ffe47d4b0e5bd74cc822ed3a9767867608b93e7 (patch)
treeb086dc806cce4a74bb29768b6ece30e8f73d3651 /Master/tlpkg/libexec
parente98415162564ae457e889ba3693366cf5e225c1d (diff)
dtxgen (16apr13)
git-svn-id: svn://tug.org/texlive/trunk@29987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds12
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");