diff options
author | Norbert Preining <preining@logic.at> | 2012-04-12 04:22:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-04-12 04:22:58 +0000 |
commit | c141474a8b3c59c0cffa924c813683d3939b9efe (patch) | |
tree | d80e97cb841bd9a96c78486cefcb53786d4e0641 | |
parent | 29e0afb64762733129a493ad7420409e490f8b7e (diff) |
remove fontmaps from japanese-otf-* as they contain strange chars ()
git-svn-id: svn://tug.org/texlive/trunk@25934 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7dab6a2b25f..3a5619d22f6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4098,6 +4098,9 @@ sub MAKEjapaneseotf { &xmkdir ("$DEST/fonts/map/dvipdfmx/$package"); &SYSTEM("$MV TeXLive-maps/* $DEST/fonts/map/dvipdfmx/$package/; rmdir TeXLive-maps"); } + # + # remove the fontmap dir as it contains files with parenthesis + &SYSTEM("$RM -rf fontmap"); my $dstdir = "$DEST/source/fonts/$package"; &xmkdir ($dstdir); &SYSTEM ("$MV basepl $dstdir/") if (-d "basepl"); |