diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-19 18:00:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-19 18:00:55 +0000 |
commit | e206c9762da30438bee956fb796e43f39a6e987c (patch) | |
tree | 1c946498b852b4dc8d29eeb826063f81dea16c7a /Master/tlpkg/libexec | |
parent | 5f7e9c00e6b54f83ab434a77b83df184d65e37a9 (diff) |
rm AkkTeX, renamed to akktex
git-svn-id: svn://tug.org/texlive/trunk@26054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5c495267b70..a6b44040c42 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -52,8 +52,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); # can have their own subroutine. # %special = ( + 'AkkTeX', "die 'skipping, use akktex'", 'ANUfinalexam',"die 'skipping, use anufinalexam'", - 'AkkTeX', "&MAKEflatten", 'Catalogue', "die 'skipping, goes stale too soon'", 'CJK', "die 'skipping, use cjk'", 'Einfuehrung', "die 'skipping, use einfuehrung (lowercase)'", @@ -81,7 +81,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'aeb_mobile', "die 'skipping, per author (dps) request'", 'aeb_pro', "die 'skipping, per author (dps) request'", 'aeb_tilebg', "die 'skipping, per author (dps) request'", - 'akktex', "die 'skipping, use AkkTeX'", + 'akktex', "&MAKEflatten", 'alatex', "die 'skipping, 1995 LaTeX generalization'", 'algorithmicx',"&MAKEnosymlinks", 'allrunes', "&MAKEflatten", @@ -2236,7 +2236,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' # if a hash entry is matched here, README.TEXLIVE is created mentioning # that the files were removed. These are checked after runins. %moreclean = ( - 'AkkTeX' => 'still to do, sorry', + 'akktex' => 'still to do', 'bbcard' => 'bbcard.tpm', # old TL infra 'chessboard' => 'chessboard.pdf', # no source 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source |