diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 23:05:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 23:05:18 +0000 |
commit | dd4ed517c862a027861583962334b41bf201ce5f (patch) | |
tree | 05bfe700cc4d9407bdd8049546e8a8536e2866aa /Master/tlpkg/libexec/ctan2tds | |
parent | 0d18b654e3cb09904ca68ad7ae8c841017efa19a (diff) |
new font newtx 0.91 (8may12)
git-svn-id: svn://tug.org/texlive/trunk@26291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c7e156d4ef7..56dc15d84e3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1043,6 +1043,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'lithuanian' => '&POSTlithuanian', 'luatexja' => '&POSTluatexja', 'montex' => '&POSTmontex', + 'newtx' => '&POSTnewtx', 'niceframe' => '&POSTrmsymlink', 'pedigree-perl' => '&POSTpedigreeperl', 'pgf' => '&POSTpgf', @@ -4856,6 +4857,13 @@ sub POSTmontex { &SYSTEM ("$MV 00readme 00readme.mfinput.km"); } +sub POSTnewtx { + print "\t POST$package - move .map\n"; + my $mapdir = "$DEST/fonts/map/dvips/public/$package"; + &xmkdir ("$mapdir"); + &SYSTEM ("$MV $DEST/fonts/map/dvips/public/ntx.map $mapdir/ntx.map"); +} + sub POSTpedigreeperl { print "POST$package - mv *.pm Pedigree/*.pm\n"; my $scriptdir = "$DEST/scripts/$package"; |