summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-15 15:30:11 +0000
committerKarl Berry <karl@freefriends.org>2016-05-15 15:30:11 +0000
commit4ea9595c9cb9aab0a87e4fec643b0268c77bdd09 (patch)
tree2218c5dbd2c930b1a5c8178836e85449c894ca0c /Master/tlpkg/libexec
parent71b584cd9c5233528247cb6f0bc261c086609372 (diff)
zhspacing from.tds.zip
git-svn-id: svn://tug.org/texlive/trunk@41145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 {