diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-29 23:01:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-29 23:01:21 +0000 |
commit | 1152507157d800221910be5107066fa5979ea52c (patch) | |
tree | 5bfa7dcf4fe8d6f68a6c61951c92a9a3eb470d7c /Master/tlpkg/bin/tlpkginfo | |
parent | d66571481790abc32cce0946dea58878eea4834a (diff) |
no more amsltx2/amscls, just amsrefs
git-svn-id: svn://tug.org/texlive/trunk@5306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 41f1016fc84..939fc625c6c 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -41,7 +41,7 @@ sub find_ctan_dir # regrettably, this list of amslatex packages is duplicated in ctan2tl. # unavoidable since ctan throws them all together, but we don't want # to, to preserve the package-per-directory name. - if ($me =~ /^(ams|amscls|amsltx2|amsmath)$/) { + if ($me =~ /^(ams|amsrefs|amsmath)$/) { $me = "amslatex"; } |