diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-27 16:13:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-27 16:13:31 +0000 |
commit | a71d255dc4a69bebb54dea17ce8e53b28f78fa8e (patch) | |
tree | b971e53b031ec0fd6e56305990c8587e6b1dbd82 /Master/tlpkg | |
parent | ecb029342d29c71bc14ed1750bfdfeeeba6a6cef (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-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
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"; |