summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-22 23:06:11 +0000
committerKarl Berry <karl@freefriends.org>2012-05-22 23:06:11 +0000
commit0506981cdfe86dc9d94f970876f2722a2993665c (patch)
treec4ae90e6aaa767b75e057f9d40b708a4edd4d8ac /Master/tlpkg
parentff83082dc566fd4fcfd2e67b9d09310d8d699fd5 (diff)
newtx 0.93 (22may12)
git-svn-id: svn://tug.org/texlive/trunk@26575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 1 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a7dbd1c15e7..c58fca8c6b5 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1047,7 +1047,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'lithuanian' => '&POSTlithuanian',
'luatexja' => '&POSTluatexja',
'montex' => '&POSTmontex',
- 'newtx' => '&POSTnewtx',
'niceframe' => '&POSTrmsymlink',
'pedigree-perl' => '&POSTpedigreeperl',
'pgf' => '&POSTpgf',
@@ -1880,7 +1879,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'bullcntr' => 'latex', # requires interaction
'canoniclayout' => 'tex',
'carlisle' => "env TEXINPUTS=$core_latex/base:$core_latex/tools:. latex",
- 'chickenize' => 'lualatex',
+ 'chickenize' => 'luatex',
'clefval' => 'latex -translate-file=empty.tcx', # no 8-bit
'cleveref' => 'latex', # requires interaction
'ctable' => 'latex', # requires interaction
@@ -4881,13 +4880,6 @@ 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";