diff options
Diffstat (limited to 'Build/tools/ctan2tl')
-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" |