diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-11 01:13:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-11 01:13:22 +0000 |
commit | d077d50aa098669cfd921d7f47ba0d6e1cacdbf8 (patch) | |
tree | c7d80e44a89fd329452669dce2927f98386c327b /Master/tlpkg | |
parent | 02cacdb30324abc5f78dfb4788aa43b155dffed2 (diff) |
ptsans (10feb11)
git-svn-id: svn://tug.org/texlive/trunk@21361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d31e115e830..645680bbe10 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -848,8 +848,6 @@ $Master = "$mydir/../.."; 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', - 'ptsans' => '&POSTpts', - 'ptserif' => '&POSTpts', 'splitindex' => '&POSTsplitindex', 'thailatex' => '&POSTthailatex', 'xecyr' => '&POSTxecyr', @@ -4265,14 +4263,6 @@ sub POSTpstgeo { &SYSTEM ("$MV doc/* ."); } -sub POSTpts { - print "POST$package - enc/map dirs\n"; - for my $type ("enc", "map") { - &SYSTEM ("$MV $DEST/fonts/$type/dvips/paratype/$package " - . "$DEST/fonts/$type/dvips/"); - }; -} - # has to be post instead of specialman because we use the tds.zip. sub POSTsplitindex { print "POST$package - mv man page\n"; |