diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-09 23:09:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-09 23:09:53 +0000 |
commit | 7e94657b4fbe4a7e911d606b41f233f7b67187b9 (patch) | |
tree | 91333c063abb4d0b7adb3a7c321dd2597e0198b2 /Master/tlpkg | |
parent | df704b3d8e32bc446bcb9ceceebeb7db33bf9fc6 (diff) |
latex2e-help-texinfo 2010/09/06 (8sep10)
git-svn-id: svn://tug.org/texlive/trunk@19633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d9b93f05905..dd5b0356b5c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -747,6 +747,7 @@ $Master = "$mydir/../.."; 'koma-script' => '&POSTkomascript', 'latex2man' => '&POSTlatex2man', 'latexdiff' => '&POSTlatexdiff', + 'latex2e-help-texinfo' => '&POSTlatex2ehelptexinfo', 'lithuanian' => '&POSTlithuanian', 'montex' => '&POSTmontex', 'pgf' => '&POSTpgf', @@ -4006,6 +4007,12 @@ sub POSTlatexdiff &SYSTEM ("$MV $dir/latexdiff-vc $dir/latexdiff-vc.pl"); } +sub POSTlatex2ehelptexinfo +{ + print "\t SPECIAL $package remove translation subdir\n"; + &SYSTEM ("$RM -rf spanish"); +} + sub POSTlithuanian { print "\t SPECIAL $package remove old language support\n"; |