summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-27 16:13:31 +0000
committerKarl Berry <karl@freefriends.org>2010-11-27 16:13:31 +0000
commita71d255dc4a69bebb54dea17ce8e53b28f78fa8e (patch)
treeb971e53b031ec0fd6e56305990c8587e6b1dbd82 /Master/tlpkg
parentecb029342d29c71bc14ed1750bfdfeeeba6a6cef (diff)
chess update from 1992, to get copyright file, etc.
git-svn-id: svn://tug.org/texlive/trunk@20582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
2 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 312aad254cd..b1145f700a9 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -71,7 +71,8 @@ my @TLP_working = qw(
cell cellspace censor cfr-lm
changebar changelayout changepage changes chappg chapterfolder
chbibref chem-journal chemarrow chembst chemcompounds chemcono chemfig
- chemstyle cherokee chess-problem-diagrams chessboard chessfss chextras
+ chemstyle cherokee
+ chess chess-problem-diagrams chessboard chessfss chextras
chicago chicago-annote chletter chngcntr chronology
circ circle circuitikz
cite citeref cjhebrew cjk cjkpunct classicthesis
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c2def60c5e5..4df99fb5103 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -161,6 +161,7 @@ $Master = "$mydir/../..";
'chemstruct', "die 'skipping, old latex 2.09, never in tl'",
'chemsym', "die 'skipping, nonfree'",
'cheq', "die 'skipping, nosell license'",
+ 'chess', "&MAKEflatten",
'china2e', "die 'skipping, nosell license'",
'china2e', "die 'skipping, too complicated, sorry'",
'chitex', "die 'skipping, nonfree'",
@@ -766,6 +767,7 @@ $Master = "$mydir/../..";
%prehook = (
'cals' => '&PREHOOK_cals',
+ 'chess' => '&PREHOOK_chess',
'cm-super' => '&PREHOOK_cm_super',
'fixme' => '&PREHOOK_fixme',
'ibygrk' => '&PREHOOK_ibygrk',
@@ -3877,6 +3879,13 @@ sub PREHOOK_cals
&SYSTEM ("$MV cals/* .");
}
+sub PREHOOK_chess
+{
+ print "PREHOOK_$package - no babel inputs\n";
+ &SYSTEM ("$MV inputs/chess.sty .");
+ &SYSTEM ("$RM -rf inputs pkfonts.zip");
+}
+
sub PREHOOK_cm_super
{
print "PREHOOK_$package - remove dvipdfm map files\n";