diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-16 23:55:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-16 23:55:19 +0000 |
commit | abddee983b67cfafd9e5361a8081159b71c88d29 (patch) | |
tree | 6c6c25c3bd6c7c2249aab2f5944cbdc8ccbee1a4 /Master/tlpkg/libexec/ctan2tds | |
parent | 3b32cd08514151ba67ef054d77f6eee45d399c31 (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/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
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 = (); |