summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-07 17:21:02 +0000
committerKarl Berry <karl@freefriends.org>2010-03-07 17:21:02 +0000
commit88f36377da6bbd13a2fc8a10ea3268b4d7590c7e (patch)
tree530ed6cac8b90f63a500dbd07b8c8b74c9dd09f4 /Master/tlpkg/libexec
parent8b7c8601fecd547eb1f1011f82f3b5559ed2f5de (diff)
grverb doc update (6mar10)
git-svn-id: svn://tug.org/texlive/trunk@17368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 9 insertions, 1 deletions
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";