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 61890183d07..1f89ff6b473 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2053,6 +2053,7 @@ $standarddocfmt='latex';
'lfb', 'fonts',
'latexmp', 'metapost',
'mathdots', 'generic',
+ 'metatype1', 'metapost',
'mkjobtexmf', 'generic',
'mnhyphn', 'generic',
'mfpic', 'generic',
@@ -2138,6 +2139,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
'lua-alt-getopt', 'NULL',
'lua2dox', 'NULL', # process lua2dox_filter.bat
'mdframed', 'Makefile|' . $standardsource,
+ 'metatype1', '.', # everything
'mff', '\.mfj|\.bat|\.diz',
'microtype-de', 'NULL', # doc package
'mkjobtexmf', 'Makefile.in|' . $standardsource,
@@ -2539,7 +2541,8 @@ $standardpfb = '\.pfb|\.inf$';
%specialpfb = (
'brushscr' => '.*\.pfa',
'cm-unicode' => '^[^.]*\.pfb', # not Fontmap.CMU.pfb
- 'dviincl' => 'NULL', # skip 0dviincl.inf, is a README
+ 'dviincl' => 'NULL', # skip *.inf, is a README
+ 'metatype1' => 'NULL', # skip *.inf, is a README
'pigpen' => 'pigpen.pfa',
);