summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 1 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 74efdc337c7..d85f6ecb6b4 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -580,7 +580,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'fontinst', "&MAKEfontinst",
'fontloader-luaotfload', "die 'skipping, obsolete 29sep18'",
'fontname', "die 'skipping, done through tl-update-auto'",
- 'fontsetup', "&MAKEflatten",
'fontsetup-nonfree', "die 'skipping, support for nonfree fonts'",
'fontools', "&MAKEflatten",
'fonts-arundina', "die 'skipping, depends on uninstalled thailatex'",
@@ -1738,7 +1737,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'fenetrecas' => '&POST_onelevel',
'fixme' => '&POSTfixme',
'font-change-xetex' => '&POSTfont_change_xetex',
- 'fontsetup' => '&POSTfontsetup',
+ 'fontsetup' => '&POST_onelevel',
'formation-latex-ul' => '&POSTformation_latex_ul',
'fpl' => '&POSTfpl',
'frenchle' => '&POST_rmsymlink',
@@ -7093,12 +7092,6 @@ sub POSTfont_change_xetex {
&mv_with_mkdir ("macros/*", "$DEST/tex/xetex/$package/");
}
-sub POSTfontsetup {
- print "POST$package - restore system-install-fonts dir\n";
- # because we flattened it to get the doc files. Six of one ...
- &mv_with_mkdir ("*.otf", "system-install-fonts");
-}
-
sub POSTformation_latex_ul {
print "POST$package - move source subdir, doc/* files\n";
&SYSTEM ("$MV source $DEST/source/latex/$package");