summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 00abb26bcec..309c8cf6773 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1305,7 +1305,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'xetex-pstricks' => '&POSTxetexpstricks',
'xymtex' => '&POSTxymtex',
'yathesis' => '&POSTyathesis',
- 'zhspacing' => '&POSTzhspacing',
'zhmetrics' => '&POSTzhmetrics',
);
@@ -6122,14 +6121,6 @@ sub POSTzhmetrics {
&SYSTEM ("$MV $DEST/fonts/map/ttf2pk/ttfonts.map $DEST/source/fonts/zhmetrics");
}
-sub POSTzhspacing {
- print "POST$package - move subdirectories\n";
- my $dstdir = "$DEST/tex/xetex/$package";
- &xmkdir ($dstdir);
- &SYSTEM ("$MV context latex generic $dstdir/");
- &SYSTEM ("$MV doc/* .; rmdir doc");
-}
-
# Generic post hook actions follow, with an underscore following POST.
sub POST_otherformat {