diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 194e8b1c5b7..ad16a9df0a4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1131,6 +1131,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'enctex', => '&PREHOOK_flatten1', 'fixme' => '&PREHOOK_fixme', 'fontools' => '&PREHOOK_fontools', + 'grotesq' => '&PREHOOK_unzip', 'ibygrk' => '&PREHOOK_ibygrk', 'isodoc' => '&PREHOOK_flatten1', 'knuth-local' => '&PREHOOK_knuth_local', @@ -1188,6 +1189,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'fpl' => '&POSTfpl', 'frenchle' => '&POST_rmsymlink', 'ghsystem' => '&POSTghsystem', + 'grotesq' => '&POSTgrotesq', 'grverb' => '&POSTgrverb', 'ibygrk' => '&POSTibygrk', 'impatient' => '&POSTimpatient', @@ -2394,6 +2396,7 @@ $standardmf='[0-9]\.mf'; 'berenisadf' => 'arkandis', 'charter' => 'bitstrea', 'fc' => 'jknappen', + 'grotesq' => 'urw', 'manfnt-font' => 'hoekwater', 'mflogo-font' => 'hoekwater', 'mfpic' => 'metafont', @@ -5241,6 +5244,21 @@ sub POSTghsystem { &SYSTEM ("$MV language pictures $dstdir/"); } +sub POSTgrotesq { + print "POST$package - move files\n"; + &xchdir ($DEST); + &SYSTEM ("$MV doc/fonts/urw/* doc/fonts/$package"); + &mv_with_mkdir ("dvips/config/*", "fonts/map/dvips/$package"); + &SYSTEM ("$MV tex/latex/ugq tex/latex/$package"); + &SYSTEM ("$RM vtex/config/*"); +} + +sub POSTgrverb { + print "POST$package - rename psfonts.map\n"; + my $mapdir = "$DEST/fonts/map/dvips/grverb"; + &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); +} + sub POSTmptopdf { # mptopdf needs a cut-down version of the context post routine. # But there are enough differences that trying to factor out the @@ -5444,12 +5462,6 @@ sub POSTfpl { &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); } -sub POSTgrverb { - print "POST$package - rename psfonts.map\n"; - my $mapdir = "$DEST/fonts/map/dvips/grverb"; - &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); -} - sub POSTibygrk { print "POST$package - second copy of ibycus4.map\n"; # after the ibygrk structure has been set up, copy ibycus4.map to the |