summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-16 23:55:19 +0000
committerKarl Berry <karl@freefriends.org>2010-07-16 23:55:19 +0000
commitabddee983b67cfafd9e5361a8081159b71c88d29 (patch)
tree6c6c25c3bd6c7c2249aab2f5944cbdc8ccbee1a4 /Master/tlpkg/libexec
parent3b32cd08514151ba67ef054d77f6eee45d399c31 (diff)
new xits fonts (15jul10)
git-svn-id: svn://tug.org/texlive/trunk@19491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c2816aa8215..3a30b713e4d 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -700,6 +700,7 @@ $Master = "$mydir/../..";
'xetex-pstricks',"&MAKEcopy",
'xfrac', "die 'skipping, use mh (I guess)'",
'xinitials', "die 'skipping, will be in xpackages when ready (Morten says)'",
+ 'xits', "&MAKEflatten",
'xkeyval', "&MAKExkeyval",
'xmltex', "&MAKExmltex",
'xor', "die 'skipping, will be in xpackages when ready (Morten says)'",
@@ -1645,7 +1646,9 @@ $standardpfm='\.pfm';
%specialpfm = ();
$standardsfd='\.sfd';
-%specialsfd = ();
+%specialsfd = (
+ 'xits' => '\.(fea|sfd)$',
+);
$standardttf='\.ttf';
%specialttf = ();