From 33e5f729a77cba484062bea7e76bbc457d8af199 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 30 Jan 2009 17:05:46 +0000 Subject: context-games update (29jan09) git-svn-id: svn://tug.org/texlive/trunk@12018 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 14 ++++++++++++-- Master/tlpkg/tlpsrc/context-games.tlpsrc | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') 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"); diff --git a/Master/tlpkg/tlpsrc/context-games.tlpsrc b/Master/tlpkg/tlpsrc/context-games.tlpsrc index 4c8df0ae141..76692811959 100644 --- a/Master/tlpkg/tlpsrc/context-games.tlpsrc +++ b/Master/tlpkg/tlpsrc/context-games.tlpsrc @@ -1,4 +1,5 @@ name context-games category Package runpattern d texmf-dist/tex/context/third/games +docpattern d texmf-dist/doc/context/third/games -- cgit v1.2.3