diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c7c3ce1d932..feeb02aa1f0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -142,7 +142,7 @@ my @TLP_working = qw( gmiflink gmutils gmverb gmverse gnu-freefont gnuplottex gost graphics graphics-pln graphicx-psmin greek-inputenc greekdates greenpoint grfpaste - grid gridset gu guitar guitlogo + grid gridset grverb gu guitar guitlogo HA-prosper hands hanging har2nat harmony harvard harvardkyoto harvmac hc hep hepnames hepparticles hepthesis hepunits here diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index dae3284dc6b..d1dd82d443e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -686,6 +686,7 @@ $Master = "$mydir/../.."; 'fixme' => '&POSTfixme', 'fontools' => '&POSTfontools', 'fpl' => '&POSTfpl', + 'grverb' => '&POSTgrverb', 'ibygrk' => '&POSTibygrk', 'impatient' => '&POSTimpatient', 'interactiveworkbook' => '&POSTinteractiveworkbook', @@ -1284,7 +1285,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv'; 'feynmf', 'feynmf\.pl|' . $standardsource, 'findhyph', 'NULL', # leave makefile 'fmtcount', 'fmtcount.perl|' . $standardsource, - 'grid', 'rvdtx\.sty|' . $standardsource, + 'grverb', '\.vpl|' . $standardsource, 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.*', 'mff', '\.mfj|\.bat|\.diz', @@ -3759,6 +3760,13 @@ 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"; |