summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-17 23:44:57 +0000
committerKarl Berry <karl@freefriends.org>2010-07-17 23:44:57 +0000
commit267e47791403d17ee0888bdfb88c07ebba74ab3a (patch)
tree360fd92812e87716e78000c59530513675fa0f89
parentc1cc7ec8ba776cc63d23e32a3afea87fce1d76e3 (diff)
sfd is subfont definitions, not fontforge spline font db
git-svn-id: svn://tug.org/texlive/trunk@19510 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits-bold.sfd (renamed from Master/texmf-dist/fonts/sfd/xits/xits-bold.sfd)0
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits-bolditalic.sfd (renamed from Master/texmf-dist/fonts/sfd/xits/xits-bolditalic.sfd)0
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits-italic.sfd (renamed from Master/texmf-dist/fonts/sfd/xits/xits-italic.sfd)0
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits-math.sfd (renamed from Master/texmf-dist/fonts/sfd/xits/xits-math.sfd)0
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits-regular.sfd (renamed from Master/texmf-dist/fonts/sfd/xits/xits-regular.sfd)0
-rw-r--r--Master/texmf-dist/source/fonts/xits/xits.fea (renamed from Master/texmf-dist/fonts/sfd/xits/xits.fea)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
7 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits-bold.sfd b/Master/texmf-dist/source/fonts/xits/xits-bold.sfd
index afe9e713474..afe9e713474 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits-bold.sfd
+++ b/Master/texmf-dist/source/fonts/xits/xits-bold.sfd
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits-bolditalic.sfd b/Master/texmf-dist/source/fonts/xits/xits-bolditalic.sfd
index 748284b2a0c..748284b2a0c 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits-bolditalic.sfd
+++ b/Master/texmf-dist/source/fonts/xits/xits-bolditalic.sfd
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits-italic.sfd b/Master/texmf-dist/source/fonts/xits/xits-italic.sfd
index 27a1fa5dbb6..27a1fa5dbb6 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits-italic.sfd
+++ b/Master/texmf-dist/source/fonts/xits/xits-italic.sfd
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits-math.sfd b/Master/texmf-dist/source/fonts/xits/xits-math.sfd
index aa1a9dbfa0c..aa1a9dbfa0c 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits-math.sfd
+++ b/Master/texmf-dist/source/fonts/xits/xits-math.sfd
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits-regular.sfd b/Master/texmf-dist/source/fonts/xits/xits-regular.sfd
index 906a2de1843..906a2de1843 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits-regular.sfd
+++ b/Master/texmf-dist/source/fonts/xits/xits-regular.sfd
diff --git a/Master/texmf-dist/fonts/sfd/xits/xits.fea b/Master/texmf-dist/source/fonts/xits/xits.fea
index b9e1caf0688..b9e1caf0688 100644
--- a/Master/texmf-dist/fonts/sfd/xits/xits.fea
+++ b/Master/texmf-dist/source/fonts/xits/xits.fea
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 3a30b713e4d..45413de9eaa 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1342,7 +1342,7 @@ $standarddocfmt='latex';
$standardsourcefmt='latex';
-$standardsource='\.fdd|\.dtx|\.ins|\.c$|configure.*|install-sh|\.drv';
+$standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
%specialsource= (
'FAQ-en', 'NULL',
'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl',
@@ -1369,7 +1369,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|configure.*|install-sh|\.drv';
'hyper', '\.pl|' . $standardsource,
'hyphenex', '.*',
'mff', '\.mfj|\.bat|\.diz',
- 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource,
+ 'fpl', 'Add|\.pe|\.ps' . $standardsource,
'impatient', 'NULL', # doc package
'intro-scientific', 'NULL', # doc package
'js-misc', 'NULL', # no gain in splitting up
@@ -1645,10 +1645,8 @@ $standardpfb = '\.pfb|\.inf$';
$standardpfm='\.pfm';
%specialpfm = ();
-$standardsfd='\.sfd';
-%specialsfd = (
- 'xits' => '\.(fea|sfd)$',
-);
+$standardsfd=NULL; # subfont definition, not fontforge!
+%specialsfd = (); # only dnp, ttf2pk
$standardttf='\.ttf';
%specialttf = ();