diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-29 23:01:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-29 23:01:07 +0000 |
commit | d66571481790abc32cce0946dea58878eea4834a (patch) | |
tree | c098cbfe3ad53ec6ea78d07d739de06b953ea883 /Master/tlpkg/bin | |
parent | 572904171549eae4d92c6966ca03b43f91405c14 (diff) |
no more amsltx2/amscls, just amsrefs
git-svn-id: svn://tug.org/texlive/trunk@5305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index b561e0e48cf..01783898f6a 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -68,7 +68,7 @@ rm -rf $pkg # zip files for the base latex distribution and amslatex. # We want to use them. corelatex_tds_pkglist="babel|cyrillic|graphics|latex|psnfss|tools" -amslatex_tds_pkglist="ams|amscls|amsltx2|amsmath" # dup in tlpkginfo +amslatex_tds_pkglist="ams|amsrefs|amsmath" # dup in tlpkginfo latex_tds_pkglist="latex-tds|$amslatex_tds_pkglist|$corelatex_tds_pkglist" if echo "$pkg" | egrep "^($latex_tds_pkglist)\$" >/dev/null; then |