diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/newtx.tlpsrc | 1 |
4 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 77de81af228..4bd98a387d0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -281,7 +281,7 @@ my @TLP_working = qw( mychemistry mycv mylatexformat nag nameauth namespc natbib nath nature navigator ncclatex ncctools nddiss needspace - newcommand newfile newlfm newsletr newspaper newunicodechar newvbtm + newcommand newfile newlfm newsletr newspaper newtx newunicodechar newvbtm newverbs nextpage nfssext-cfr niceframe nicefilelist nicetext nih nkarta nlctdoc noitcrul nolbreaks 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"; diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 67fbd5ebf52..7040c74986f 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -124,6 +124,7 @@ depend mathdesign depend mdputu depend mdsymbol depend mnsymbol +depend newtx depend nkarta depend ocherokee depend ocr-b diff --git a/Master/tlpkg/tlpsrc/newtx.tlpsrc b/Master/tlpkg/tlpsrc/newtx.tlpsrc new file mode 100644 index 00000000000..2c59603885b --- /dev/null +++ b/Master/tlpkg/tlpsrc/newtx.tlpsrc @@ -0,0 +1 @@ +execute addMap ntx.map |