diff options
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 0918638efcf..96df584a2d1 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -382,10 +382,6 @@ sub prepare { } elsif ($pkg eq "latex") { $tds_path = "$CTAN/install/macros/latex/latex-base.tds.zip"; -# luababel.def diffs, and useless comment differences -# } elsif ($pkg eq "babel") { -# $tds_path = "$CTAN/install/macros/latex/required/babel-base.tds.zip"; - } elsif ($pkg =~ /^(amsmath|cyrillic|graphics|tools)$/) { $tds_path = "$CTAN/install/macros/latex/required/latex-$pkg.tds.zip"; |