summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-02 16:58:41 +0000
committerKarl Berry <karl@freefriends.org>2009-03-02 16:58:41 +0000
commitec105f442ef9d079793cc35460e4c7aa1d905ceb (patch)
tree83dbcce8dee8d79f39aa282bb4104845186534d8 /Master/tlpkg/libexec/ctan2tds
parentdbf147af99673cd9a64451b4c90c847514f02405 (diff)
vhistory update (1mar09)
git-svn-id: svn://tug.org/texlive/trunk@12285 c570f23f-e606-0410-a88d-b1316a301751
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";