summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 85e638e2a7e..01b99ab4e36 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1432,7 +1432,6 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'xq', 'fonts',
'xstring', 'generic',
'xunicode', 'xelatex',
- 'zhmetrics', 'fonts',
'zhspacing', 'xetex',
);
$standarddocfmt='latex';
@@ -4530,9 +4529,9 @@ sub POSTxetexpstricks {
}
sub POSTzhmetrics {
- print "POST$package - (fail to) handle ttfonts.map\n";
- &SYSTEM ("$MV $DEST/fonts/map/ttf2pk/ttfonts.map /tmp");
- print "YOU-MUST-DO! update /tmp/ttfonts.map into source/texk/ttf2pk\n";
+ # source seems better than making a doc directory just for the map file.
+ print "POST$package - move example ttfonts.map out of runtime\n";
+ &SYSTEM ("$MV $DEST/fonts/map/ttf2pk/ttfonts.map $DEST/source/fonts/zhmetrics");
}
sub POSTzhspacing {