diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-06 20:10:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-06 20:10:20 +0000 |
commit | 8eec0c1a66d3e5bc672921c2af4c5d26ac2bec41 (patch) | |
tree | 5f9058fc3cb9dbfa1a020da6626d07bf78eb9674 /Master/tlpkg/bin/tlpkginfo | |
parent | 2128fbfc2194185f4c2b49373cb0dafce7b039e0 (diff) |
latex-doc.tds.zip gone
git-svn-id: svn://tug.org/texlive/trunk@52307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 87bc1c52afc..86aa4823f3d 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -475,11 +475,6 @@ sub copy_to_tmpdir { system ("cd $pkgdir && unzip -q $zip && rm $zip"); } - if ($pkgname eq "latex") { - my $latex_doc_zip = "$CTAN/install/macros/latex/latex-doc.tds.zip"; - system ("cd $pkgdir && unzip -q -o $latex_doc_zip </dev/null"); - } - # the pl package in TeX Live is a combination of the pl-mf and # plpsfont packages on CTAN, per Thomas Esser and GUST as of many # years ago. So combine them. ctan2tds will flatten everything out, |