summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-30 17:05:46 +0000
committerKarl Berry <karl@freefriends.org>2009-01-30 17:05:46 +0000
commit33e5f729a77cba484062bea7e76bbc457d8af199 (patch)
treeb0d4b36e2c21ac7b4aa0ae05a7dbd3325618425d /Master/tlpkg/libexec
parent0bad1ef00b6c0029e7c15b96043e7fe1b5c0c802 (diff)
context-games update (29jan09)
git-svn-id: svn://tug.org/texlive/trunk@12018 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index b333555bacd..d3ea8e4533a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -520,6 +520,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
%specialpostaction = (
'bibleref' => '&POSTlatex2html',
+ 'context-games' => '&POSTcontext_games',
'context-lilypond' => '&POSTcontext_lilypond',
'coordsys' => '&POSTcoordsys',
'datetime' => '&POSTlatex2html',
@@ -3437,8 +3438,17 @@ sub POSTcoordsys
&SYSTEM ("$MV putfile. putfile.maple");
}
-sub POSTcontext_lilypond {
- print "POST$package - creating package-level sunbdirectories\n";
+
+sub POSTcontext_games
+{
+ print "POST$package - remove duplicated fonts\n";
+ &SYSTEM ("$RM -rf fonts");
+}
+
+
+sub POSTcontext_lilypond
+{
+ print "POST$package - creating package-level subdirectories\n";
mkdir ("$DEST/doc/context/third/lilypond");
&SYSTEM ("$MV $DEST/doc/context/third/t-lilypond.pdf "
. "$DEST/doc/context/third/lilypond");