diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 9 insertions, 0 deletions
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"; |