summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 31f5c5a421a..9a263bc2064 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -521,6 +521,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
%prehook = (
'cm-super' => '&PREHOOK_cm_super',
'ibygrk' => '&PREHOOK_ibygrk',
+ 'vhistory' => '&PREHOOK_vhistory',
'wsuipa' => '&PREHOOK_wsuipa',
);
@@ -3435,6 +3436,12 @@ sub PREHOOK_ibygrk
&SYSTEM ("$RM tex/generic/ibycus4/ibycus4.map");
}
+sub PREHOOK_vhistory
+{
+ print "PREHOOK_$package - rm dup file\n";
+ &SYSTEM ("$RM doc/sets.sty");
+}
+
sub PREHOOK_wsuipa
{
print "PREHOOK_$package - rearrange directories, except for doc\n";