summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 = ();