diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-29 15:53:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-29 15:53:40 +0000 |
commit | 55787107a821c91e01d7b8e492cadc23858da6f4 (patch) | |
tree | 78e8ea4d466f37db6079d76e223a40498756cc03 | |
parent | 3e20dbfe22aeb30a26efbb352006b437d75e4c98 (diff) |
doc fix.
git-svn-id: svn://tug.org/texlive/trunk@2063 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/ctan2tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl index d173a24cd32..a2b29ba4d0a 100755 --- a/Build/tools/ctan2tl +++ b/Build/tools/ctan2tl @@ -62,7 +62,8 @@ if $copy_from_ctan; then rm -rf $pkg # An important special case: the latex-tds project contains tds-ready -# zip files for the base latex distribution. We want to use them. +# zip files for the base latex distribution and amslatex. +# We want to use them. corelatex_tds_pkglist="babel|cyrillic|graphics|latex|psnfss|tools" latex_tds_pkglist="latex-tds|$amslatex_tds_pkglist|$corelatex_tds_pkglist" |